Log in

View Full Version : Edit the height of forumbit


Laaser
11-29-2013, 10:43 PM
Hi,

I just looked at this thread: https://vborg.vbsupport.ru/showthread.php?t=231310, but i can't get it to work. vBulletin has probably edited their code since 2010 i guess..?

Can anybody help me to make the bar bigger in height?

http://img63.imageshack.us/img63/8272/dev.png

nhawk
11-30-2013, 10:15 AM
Edit forumbits.css and add a height parameter to .forumhead.

Edit threadlist.css and add a height parameter to .threadlisthead.

Look at the source for other pages to find other locations. They will probably all be some sort of head setting like above.

ozzy47
11-30-2013, 10:15 AM
You can add this to your additional.css

/* Start Increase Forumhead Height */
.forumbit_nopost .forumhead .forumtitle, .forumbit_nopost .forumhead span, .forumbit_nopost .forumhead .collapse, .forumbit_post .forumhead h2 span {
height: 25px;
}
/* End Increase Forumhead Height */

You can change 25px as needed.