The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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. ![]() Can someone help me make more space between them??? Kind regards.
|
|
#2
|
||||
|
||||
|
Try adding the following class selector to your "additional.css" template:
HTML Code:
.moderators {
margin-top: 5px;
}
|
|
#3
|
|||
|
|||
|
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? |
|
#4
|
||||
|
||||
|
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;
}
|
|
#5
|
|||
|
|||
|
Ok,
Tried also the second code, but didn't work ![]() Not even a millimeter |
|
#6
|
||||
|
||||
|
Can you give me a link to the page where it's not working?
|
|
#7
|
|||
|
|||
|
There is this code in it
Quote:
|
|
#8
|
||||
|
||||
|
Also, are you sure you are adding to the template of the correct style?
|
|
#9
|
||||
|
||||
|
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.
|
| Благодарность от: | ||
| TheLastSuperman | ||
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|