Hi
I am using PIXEL theme, I have manage to change the RSS ICON to what I like, but I can not move it to the right section of the bar:
all I want is that RSS ICON to go to the right... Can anyone help? thanks in advance
Hi
I am using PIXEL theme, I have manage to change the RSS ICON to what I like, but I can not move it to the right section of the bar:
all I want is that RSS ICON to go to the right... Can anyone help? thanks in advance
It's already located to the right!
-try clearing cache in your browser before viewing the updated page? To clear cache in your browser, press clrl+f5 keys simultaneously. Try different computer; different browser.
hey thanks, done that.
I can see is located on the right but is not to the end, I guess is not possible to allocated it right to the end.
thanks anwyays
I guess is not possible to allocated it right to the end
If you mean locate it further right to the edge of the sidebar, look for this CSS elemnet in your them's style CSS:
a img {
and add this css property to this CSS element:
float:right;
check for any side-effect of this change.
WELL DONE :D
thanks to you
#toprss {
float: right;
margin: 10px 1px 0 0;
display: inline;
width: 40px;
line-height: 41px;
}
I had to change the PX to 10px 1px o it seats in the middle of the bar
then ned with to 40px so that box will be thiner before the changes width was 65px that's why there was a gap on the right.. now seats exactly where it should be
islifeforreal.com
Glad you got it working. :-)
This topic has been closed to new replies.