nathanandlauren 0 Report post Posted June 2, 2011 Hi there - Currently I have a site where the navigation is IN the header, I was hoping to put it at the top of the body section on my 'main' or 'default' page, but the Pagelines Layout Editor section wont let me put it there. http://www.beseenweb.com.au Any ideas? Thanks Nathan Share this post Link to post Share on other sites
hyest 0 Report post Posted June 2, 2011 You would have to edit the main php files to do that which probably wouldn't be recommended. Instead try adding this to your "custom code" section.. it will basically just turn that whole navigation bar (which extends the width of the site) white, so it will have the same effect as not being IN your header. div.texture { background-color: #fff !important; } Let me know if that works Share this post Link to post Share on other sites
nathanandlauren 0 Report post Posted June 3, 2011 Hi - thanks for the tip - I tried it but it seems to overwrite the whole header colour. It looks like this now: So no other way around rearranging it's placement? Share this post Link to post Share on other sites
hyest 0 Report post Posted June 3, 2011 Hello, Sorry, looking at the site again, it seems it uses the div.texture class for the whole header area as well. Try this selector instead and it should have the white going the width of the page: div#primary-nav.container Use that instead of div.texture Let me know if it works! Share this post Link to post Share on other sites
nathanandlauren 0 Report post Posted June 3, 2011 Brilliant, great job Thanks Share this post Link to post Share on other sites