PDA

View Full Version : forumicon_size


JMEWLS`
01-01-2011, 04:21 AM
How do I remove the space below. Look at the attachment for example.

Lynne
01-01-2011, 04:40 PM
We would need a link to the page in order to take a look at the css using firebug.

JMEWLS`
01-01-2011, 09:20 PM
<a href="http://nbadimensions.net/forums/test1/" target="_blank">http://nbadimensions.net/forums/test1/</a>

See the gap underneath

Lynne
01-01-2011, 11:08 PM
It's because of the min-height you have set in these two places:
.forumbit_nopost .forumbit_nopost .forumrow, .forumbit_post .forumrow {
background: url("images/gradients/grey-up.png") repeat-x scroll left bottom #FFFFFF; border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
display: block;
float: left;
min-height: 185px;
position: relative;
width: 100%;}
.forumbit_post .foruminfo {
clear: right;
float: left;
min-height: 175px;
min-width: 30%;
width: 57%;}

JMEWLS`
01-01-2011, 11:46 PM
thankyou very much!