Log in

View Full Version : Increasing gap in forumbit


rughis
01-14-2012, 01:12 PM
Hi all

I need to increase the gap in forumbit beacuse I use 19px custom posticons. With the 4.1.10 migration I begin to have a graphic problem with posticons in forumbit (see attached pic, you can see that the icons are cutted on the top).

https://vborg.vbsupport.ru/external/2012/01/55.png

It's driving me potty that I can't seem to increase the gap to give space to the custom posticon, despite extensive messing about with stylevars and CSS.

Does anybody know how to get rid of it?

LifesGreatestGift
01-14-2012, 04:04 PM
in additional.css
add.forumbit_nopost .forumbit_nopost .forumrow, .forumbit_post .forumrow{height:70px}

change the 70 to the height to fit your needs.

rughis
01-14-2012, 07:04 PM
Thank you for your help :)

I tried to do this, but unfortunately the gap between the top of forum row and the posticons didn't change :(

LifesGreatestGift
01-14-2012, 07:11 PM
link me to your forum please. you may need a mix of height and padding-top

--------------- Added 1326576095 at 1326576095 ---------------

I misinterpreted what you were asking for. here is the proper code to add to additional.css

.forumlastpost p.lastposttitle{overflow:visible !important}

rughis
01-14-2012, 07:56 PM
link me to your forum please. you may need a mix of height and padding-top

--------------- Added 1326576095 at 1326576095 ---------------

I misinterpreted what you were asking for. here is the proper code to add to additional.css

.forumlastpost p.lastposttitle{overflow:visible !important}

Thank you very much LifesGreatestGift! :)

Now it's OK!!! :)

https://vborg.vbsupport.ru/external/2012/01/53.png