Log in

View Full Version : Forumbits Issue


Dirks
03-16-2018, 03:34 AM
Hey all, I'm having some spacing issues that I was hoping you could help with. I think the problematic template is forumbits.css, but I'm not sure.

I'm trying to make it so the forum category titles appear at the top, rather than the bottom of the image I assigned in forumbits.css. Can someone point me in the right direction? Please see the attached image.

Thanks!

CAG CheechDogg
03-16-2018, 04:46 AM
Hmmmm...try the following ..add it to additional.css


.forumbit_nopost .forumhead .forumtitle, .forumbit_nopost .forumhead span, .forumbit_nopost .forumhead .collapse, .forumbit_post .forumhead h2 span {
margin-bottom: 20px;
}


change the 20px to what ever you like ... you can also use margin-top ... one of them should work .....