nikopol 0 Report post Posted June 6, 2011 Hiyas, This might be asking too much but could you guys take a look at this and see if you can find any solutions. My website is THIS , and as you can see my header is embedded in the background. This being the case when I add a navigation bar to my header I get an ugly result as seen in the screenshot below. I tried making the background of the header black but white lines still appeared around it. I'm wondering if its possible to lower the menu somehow into the content area or extent the page border into the menu area. Any solution that will allow me to have a menu without ruining my layout would be appreciated. Thanks in advance! Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 6, 2011 Can you add the nav back ? we can help with css to make the nav elements transparent. Share this post Link to post Share on other sites
nikopol 0 Report post Posted June 6, 2011 Added the nav back, thanks for your help! Share this post Link to post Share on other sites
catrina 103 Report post Posted June 7, 2011 Use this CSS in Custom Code or the base.css file: #primary-nav {background-color: #000;} ul#menu-nav li.page_item {color: #fff; background-color: #000;} Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
nikopol 0 Report post Posted June 7, 2011 Thanks guys for your help. I managed to somewhat do it with Catrina's advice and CSS from this post. Thanks again! Share this post Link to post Share on other sites