PDA

View Full Version : How to enlarge the RSS height to 16x16px in forumhome?


Verionia
01-03-2010, 02:49 AM
On Forum Home I have new RSS images that are 16x16 px yet they are a bit cut off. The original images were 16x11px. How can I have the forum show the entire RSS image?

LifesGreatestGift
01-03-2010, 03:29 AM
link me to your forum

Verionia
01-03-2010, 10:08 PM
link me to your forum

It is on my localhost, but here is the image (Problem occurs with RSS images being cut off and not showing fully)
https://vborg.vbsupport.ru/external/2010/01/129.jpg

Verionia
01-07-2010, 04:25 AM
anyone?

GRE
01-07-2010, 08:32 PM
I had the same problem with the right arrow .png item of breadcrumb navtab (images/misc/navbit-arrow-right.png).

When you upload an image of other dimensions than original, it appears in its primary dimensions. I tried to find out how it could change, but nothing!

Please somebody help!

Verionia
01-10-2010, 02:39 AM
I had the same problem with the right arrow .png item of breadcrumb navtab (images/misc/navbit-arrow-right.png).

When you upload an image of other dimensions than original, it appears in its primary dimensions. I tried to find out how it could change, but nothing!

Please somebody help!

yea I guess no one can help us? Did you find a solution GRE?

Lynne
01-10-2010, 03:45 PM
Try adding this wherever you add additional css and set the width and height you want here:
.forumbit_post .forumactionlink {
width: xxxx;
height: yyyy;
}

Verionia
02-21-2010, 07:37 PM
Try adding this wherever you add additional css and set the width and height you want here:
.forumbit_post .forumactionlink {
width: xxxx;
height: yyyy;
}

Thanks so much it worked!