PDA

View Full Version : Little problem changing RSS icon


Alucard^
08-29-2010, 11:35 AM
I think the problem is not very hard to solve it, but i can't found the way.

I changed the RSS icon in forumbits but looks like this:

http://www.webpagescreenshot.info/img/421730-828201041032pm.png

The image is not complete... so ofcourse is a problem of dimension (height attribute)... but, where is the code or how can i change the dimension of this? i can't found it... i tried in forumbits.css but the only thing is this:

.forumactionlinks .rsslink {
background-image:url({vb:stylevar imgdir_misc}/rss_40b.png);
}

Thanks and sry for my english.

mmoore5553
08-29-2010, 11:59 AM
just add this to your additional.css Adjust what is in red.

.forumbit_post .forumactionlinks li {
display:inline;
height:14px;
}

Alucard^
08-31-2010, 03:15 AM
Nice man, thanks... but now i have another problem... i tried changing the widht, and if i set a width of 20px i get this problem:

http://www.webpagescreenshot.info/img/225771-831201071516am.png

mmoore5553
08-31-2010, 10:14 AM
post link to forum as that is hard to fix or see what is going on.