Jump to content
Sign in to follow this  
nathanandlauren

Move Navigation UNDER header

Recommended Posts

nathanandlauren

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

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

Hi - thanks for the tip - I tried it but it seems to overwrite the whole header colour. It looks like this now: scrn1.png So no other way around rearranging it's placement?

Share this post


Link to post
Share on other sites
hyest

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

Brilliant, great job :) Thanks

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×