View Full Version : adjusting forum row height
Jeromedia603
02-18-2013, 06:41 AM
Is it possible to adjust the height of the forum rows? Maybe add some kind of padding to them as right now, my forum rows are nearly touching the text within the forum rows and it just makes the forums look very cluttered. Is there some kind of MOD out there or can this be done through simple css changes? If so, could someone please let me know which css file I need to edit and where in that css file I need to make the changes.
Thanks a bunch!:up:
John Lester
02-18-2013, 04:22 PM
I'm not entirely sure what you want to do, so if this doesn't do what you want you need to be more specific and/or provide a screen shot or link to the site.
Add the following to additional.css template and adjust # of pixels and color to your desire.
ACP -> Styles & templates -> style manager -> your style here -> edit templates -> CSS templates -> addtional.css
.forumbit_nopost .forumbit_post .forumrow .forumdata .datacontainer {
border-top: 23px solid #FFFFFF !important;
margin-left: 0;
}
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.