Log in

View Full Version : Forumhome space between categories


TheAdminMarket
11-23-2014, 04:36 AM
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

ozzy47
11-23-2014, 09:50 AM
Add this to your additional.css

.forumhead {
margin-top: 20px;
}

TheAdminMarket
11-23-2014, 02:37 PM
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.

ozzy47
11-23-2014, 02:46 PM
What do you mean first row?

TheAdminMarket
11-23-2014, 03:00 PM
See it at: https://www.lagadas.com/forum.php and comparing the first forum category top edge with sidebar. It's 20px below.

ozzy47
11-23-2014, 03:03 PM
Add this to your additional.css as well.

#sidebar_container {
margin-top: 13px !important;
}

TheAdminMarket
11-23-2014, 03:08 PM
I prefer to avoid this method as it will push down the sidebar globally in all sections of my site.

--------------- Added 1416762640 at 1416762640 ---------------

Anything that I can change here?

<ol id="forums" class="floatcontainer">
<li class="forumbit_nopost old L1" id="cat9">


Each < li > shows a forum category. A way to add style="margin-bottom:20px;"

ozzy47
11-23-2014, 03:16 PM
Nope, as the classes will be different depending on if posts are read or not IIRC.