Jump to content
Sign in to follow this  
drmark

Move RSS icon to navigation bar

Recommended Posts

drmark

In WhiteHousPro the RSS icon is currently located on the right side of the header above the navigation bar (when activated), which happens to obscure an important part of my header image. How can I move the icon into the right side of the navigation bar instead? http://www.shrinkinabox.com/

Share this post


Link to post
Share on other sites
bryan-hadaway

From your WordPress Admin, navigate to: Appearance > WhiteHousePro Options > Custom Code > Custom CSS and paste in:

.pngbg{position:relative; z-index:5; top:46px; right:5px}

and save and see of that works for you. Thanks, Bryan

Share this post


Link to post
Share on other sites
drmark

This code did not change anything. I left the rss icon active so you can see it on http://www.shrinkinabox.com/. I also have some other code already in the Custom CSS as follows (if that matters at all - removing the first 2 lines of code made no difference however), so it now looks like this: #cred {display:none;} #fullwidth #content {width:70%;margin:0 auto;} .pngbg{position:relative; z-index:5; top:46px; right:5px}

Share this post


Link to post
Share on other sites
cmunns

Try it with this CSS class then. ` .icons .rsslink { position:relative; right:5px; top:38px; z-index:100; } `

Share this post


Link to post
Share on other sites
bryan-hadaway

Good to hear. Thanks, Bryan

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  

×