The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Hello,
How I can increase the gap between the forum categories in forumhome? If it's not possible by changing a stylevar, which template I need to edit? Thank you |
|
#2
|
||||
|
||||
|
Add this to your additional.css
Code:
.forumhead {
margin-top: 20px;
}
|
|
#3
|
||||
|
||||
|
Thank you, I've already tried it but it also adds the space in the first row and it appears ugle. I had also tried to set margin-bottom instead of -top, but then the space is between title and subforums.
The best is to add margin-bottom at the <li> that is used to show each forum category, but any try was unsuccessful. |
|
#4
|
||||
|
||||
|
What do you mean first row?
|
|
#5
|
||||
|
||||
|
See it at: https://www.lagadas.com/forum.php and comparing the first forum category top edge with sidebar. It's 20px below.
|
|
#6
|
||||
|
||||
|
Add this to your additional.css as well.
Code:
#sidebar_container {
margin-top: 13px !important;
}
|
|
#7
|
||||
|
||||
|
I prefer to avoid this method as it will push down the sidebar globally in all sections of my site.
--------------- Added [DATE]1416762640[/DATE] at [TIME]1416762640[/TIME] --------------- Anything that I can change here? Code:
<ol id="forums" class="floatcontainer"> <li class="forumbit_nopost old L1" id="cat9"> |
|
#8
|
||||
|
||||
|
Nope, as the classes will be different depending on if posts are read or not IIRC.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|