- juliecohen October 23, 2013 at 6:04 pm
Hi,
Is there an easy way (without tweaking php) to put the nav bar under the slider. I’d like to have a large header image on the home page above the nav so that the text in the image is not covered.
Alternatively, can you add a header image to a full-width page template and move the nav bar under it without tweaking any of the php?
Thanks! The theme is great 🙂
Juanfra Aldasoro October 23, 2013 at 6:31 pmHi Julie,
Thanks for your kind words about the theme.
You can achieve that by working on the CSS ( You can read about how and where to place the code, here: http://nicethemeswp.com/support/theme-docs/paeon/#custom-scripting)
I would try to play with the following:
#logo{ display:block: width:100%;} #navigation{ display:block; float:none; clear:both;}
You can add a header image to the inner pages from the theme options, on the “Design & styles” section. Look for the “Header Background Image” option.
Best,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.