drmark 0 Report post Posted May 15, 2010 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 3 Report post Posted May 15, 2010 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 0 Report post Posted May 16, 2010 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 16 Report post Posted May 17, 2010 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
drmark 0 Report post Posted May 17, 2010 That worked. Thank you. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted May 18, 2010 Good to hear. Thanks, Bryan Share this post Link to post Share on other sites