Hello I would like to centre my logo at the top of the home page and then also centre the menu bar underneath the logo. Can you please advise how to do this. Website address: www.joswebsitedesign.com Cheers, Jo
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header-container .header .logo img { margin-left: 220px; } @media only screen and (max-width: 767px){ .header-container .header .logo img { margin-left: 30px; } } @media only screen and (max-width: 480px){ .header-container .header .logo img { margin-left: 10px; } } #menu .ddsmoothmenu{ float:none; margin-right:200px; } Adjust its value as per your requirements.