Hi all,
I am very new to Wordpress/Pagelines/ and CSS.
What I am trying to do is get a feature slider in my header but not the full width. If you look at my site, I would like the feature slider to be to the right of my logo and under my main-nav bar. Apparently I need a hook or something and custom css. Please help.
Feature Slider Custom code help needed
Started by
nicoleisthenewblack
, Mar 22 2012 05:40 PM
6 replies to this topic
#1
Posted 22 March 2012 - 05:40 PM
#2
Posted 22 March 2012 - 08:46 PM
Nicole, this will take me a day or two to calculate properly. Please be patient while I try to get the appropriate solution for this unusual request.
Thanks for your continued patience.
#3
Posted 22 March 2012 - 09:10 PM
thanks, i hope its not too unique. i am looking for something like this.
my logo would be on the left and the slider next to it. then the navigation menu will be on top.
my logo would be on the left and the slider next to it. then the navigation menu will be on top.
#4
Posted 23 March 2012 - 12:24 AM
another update: what i have done is add the feature slider to the content and then my logo to a universal side bar, which is closer to what i actually want. now i just want to "swap" the two and then remove the search field and move the menu to the right. can this be done?
#5
Posted 23 March 2012 - 02:35 AM
The search field can be hidden in Settings > Header And Nav. The menu can be moved using custom CSS and Firebug:
#6
Posted 23 March 2012 - 03:36 PM
Thank you catrina
After 3 hours I figured out how to move the navigation bar to the right.
In case any one else searches for the answer, I ended up typing
After 3 hours I figured out how to move the navigation bar to the right.
In case any one else searches for the answer, I ended up typing
into my custom css.main_nav_container.nosearch, .nosearch .main_nav {
float: right;
}
#7
Posted 23 March 2012 - 04:01 PM
Awesome










