i was wondering how i could add more padding between the forum title and description as well as between description and subforums.
i added a file so you could see what im talking about
i was wondering how i could add more padding between the forum title and description as well as between description and subforums.
i added a file so you could see what im talking about
i think i got it i just added this to the css if anyone else needs this as well
#spMainContainer .spInRowSubForums {
font-size: 80%;
border: transparent;
padding: 5px 5px 5px 5px;
}
#spMainContainer .spRowDescription {
font-family: inherit;
font-size: 75%;
font-weight: normal;
background: transparent;
margin: 0 0 0 0;
padding: 5px;
}
Hopefully you didn’t edit one of our themes to do that as changes would be lost on upgrades.
Would be best to do in child theme or simply enter at forum – themes – custom css.