The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How do I remove the space below. Look at the attachment for example.
|
|
#2
|
||||
|
||||
|
We would need a link to the page in order to take a look at the css using firebug.
|
|
#3
|
|||
|
|||
|
<a href="http://nbadimensions.net/forums/test1/" target="_blank">http://nbadimensions.net/forums/test1/</a>
See the gap underneath |
|
#4
|
||||
|
||||
|
It's because of the min-height you have set in these two places:
Code:
.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%;}
|
|
#5
|
|||
|
|||
|
thankyou very much!
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|