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?
Move RSS icon to navigation bar
Started by
drmark
, May 15 2010 12:12 AM
5 replies to this topic
#1
Posted 15 May 2010 - 12:12 AM
#2
Posted 15 May 2010 - 10:44 AM
From your WordPress Admin, navigate to:
Appearance > WhiteHousePro Options > Custom Code > Custom CSS
and paste in:
and save and see of that works for you.
Thanks, Bryan
Appearance > WhiteHousePro Options > Custom Code > Custom CSS
and paste in:
and save and see of that works for you.
Thanks, Bryan
#3
Posted 16 May 2010 - 11:13 PM
This code did not change anything. I left the rss icon active so you can see it on
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}
#4
Posted 17 May 2010 - 04:29 AM
Try it with this CSS class then.
`
.icons .rsslink {
position:relative;
right:5px;
top:38px;
z-index:100;
}
`
#5
Posted 17 May 2010 - 07:28 PM
That worked. Thank you.
#6
Posted 18 May 2010 - 02:16 AM
Good to hear.
Thanks, Bryan










