vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Forumhome space between categories (https://vborg.vbsupport.ru/showthread.php?t=315570)

TheAdminMarket 11-23-2014 04:36 AM

Forumhome space between categories
 
1 Attachment(s)
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

Code:

.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.

Code:

#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 [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">

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.


All times are GMT. The time now is 12:12 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01886 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete