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)
-   -   Adjusting space between childforum names and mod names (https://vborg.vbsupport.ru/showthread.php?t=324961)

mp3president 04-23-2017 05:46 AM

Adjusting space between childforum names and mod names
 
Hi there,

Can someone help me with a little problem.
On my forum i did not wanted to see the subforums at forumhome.
However, when i set the debt of subforums to "0" the moderators and the names of the subforum are to tight. There is little space between them. See image below.

https://vborg.vbsupport.ru/external/2017/04/3.jpg

Can someone help me make more space between them???

Kind regards.:confused:

MarkFL 04-23-2017 01:00 PM

Try adding the following class selector to your "additional.css" template:

HTML Code:

.moderators {
        margin-top: 5px;
}

Change the "5" to suit your preference. :)

mp3president 04-24-2017 03:54 AM

Thanks for your help.

Have done that, however it changes nothing.
I put is at the end of the template (below)

Do i have to put it somewhere else to make it work?

MarkFL 04-24-2017 04:02 AM

As long as you put it in the "additional.css" template, anywhere in the template (except inside another selector) will work.

Try changing it to:

HTML Code:

.moderators {
        margin-top: 5px !important;
}


mp3president 04-24-2017 04:07 AM

Ok,

Tried also the second code, but didn't work :(
Not even a millimeter

MarkFL 04-24-2017 04:10 AM

Can you give me a link to the page where it's not working?

mp3president 04-24-2017 04:11 AM

There is this code in it

Quote:

#pictures .blockbody .blockrow, #group_discussion_inlinemod_form .blockbody .blockrow {
border-color:#000 #000 #000;
border-style:solid;
border-width:1px;
}
Inline mod, but changed the px to 5 but also didn't work

MarkFL 04-24-2017 04:12 AM

Also, are you sure you are adding to the template of the correct style?

MarkFL 04-24-2017 03:18 PM

We got the issue ironed out...CSS issues with the OP's custom style prevented using margins, so padding is used as a quick workaround instead. Also, malformed code in the "additional.css" effectively comments out any code added to the bottom of the template.


All times are GMT. The time now is 01:21 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.01544 seconds
  • Memory Usage 1,723KB
  • 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
  • (2)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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