PDA

View Full Version : How can I add more space between Channel's name and Channel's description? (vB 5.5.3)


Ninja04
07-24-2019, 10:57 PM
I hope you understand what I want to ask, the channel's names are almost sticked to the description, I need to leave a little bit of space between description and name!

TheLastSuperman
07-24-2019, 11:31 PM
When your unsure if we'll understand, it's always a good idea to provide a screenshot. You can upload them to https://postimages.org/ then simply include the image in your post.

In Omnibus
07-24-2019, 11:39 PM
Add the following to your css_additional.css template.

.forum-desc {
margin-top: 4px;
}

Adjust the number as necessary.

Ninja04
07-27-2019, 10:58 PM
Add the following to your css_additional.css template.

.forum-desc {
margin-top: 4px;
}

Adjust the number as necessary.

You are a legend. Everytime you help me. Thank you very much dude! :up: