December 20, 201114 yr Hello I would be so grateful if someone could have a look at http://www.ultimatelowcarbguide.com/ and let me know how to get the header to sit on top of the menu? I take it the CSS needs altering but I have no idea what the command would be Thanks very much to anyone who could help Rob
December 21, 201114 yr I think you have some padding that needs taking out. It's in the #logo and #sitetitle part of your css your have margin and padding. 4colourprogress gave a better reply. Edited December 21, 201114 yr by RobbieD90
December 21, 201114 yr It's coming from your site description tagline in the wordpress settings, but It doesn't look like you aren't even using it as it's not visible. If you want to remove it just delete the tagline in the wordpress general settings Then go into your themes css file and remove the following; #site-title .headline { font-size: 120%; font-style: italic; border-left: 1px solid #CCC; color: white; float: left; padding: 10px 0 10px 20px; margin: 20px 0 0 20px; } If you want to keep the tagline for SEO purposes then simply edit the css to the following; #site-title .headline { text-indent: -9999px; } Edited December 21, 201114 yr by 4colourprogress
Create an account or sign in to comment