Hi, is it possible to centre the logo on the homepage and have the navigation centred underneath the logo? Many thanks Liz
Hello, Go to header.php present in your theme directory and follow the instruction as shown in image given below now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .logo{ margin-left:auto; margin-right:auto; width:30%; } #menu ul.ddsmoothmenu { text-align: center; } Adjust "width" as per your requirements. Thanks & Regards Gourav Shrivastava