View Full Version : How do I center forum titles on forumhome?
Aclikyano
02-01-2010, 02:17 PM
still getting familiar with the new coding style on vb4.0.1 so i figure these threads can help everyone in the long run also! :)
vaskies
02-01-2010, 02:44 PM
I'm no expert, but I would try this:
In forumbits.css find:
.forumbit_post .foruminfo .forumdata .forumtitle a, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle a {
font-weight:bold;
}
Replace with this:
.forumbit_post .foruminfo .forumdata .forumtitle a, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle a {
font-weight:bold;text-align:center;
}
If it doesn't work, just delete the
text-align:center;
and wait for someone more knowledgeable to help you out. :)
Aclikyano
02-01-2010, 03:28 PM
can you tell me where to find this forumbit.css??
vaskies
02-01-2010, 05:18 PM
From the admin control panel:
Styles & Templates > Style Manager
In the top right you should see a drop-down menu "All Style Options" - Within the drop-down menu, select "Edit Templates"
From there, it should bring up a list of all of vbulletins templates.
Scroll down and find "forumbits.css"
Aclikyano
02-01-2010, 06:26 PM
thanks for the help, im not a total newbie (look @ join date) just i take hiatus' sometimes from customizing vb's so when i come back i like to be fed how to do stuff :)
but yea those are just the templates no forumbits.css in Edit templates
maybe i am missing something here :\
vb4 is harder than vb3 so far but im doing pretty good so far on my site!
Aclikyano
02-08-2010, 12:28 AM
the above response did not work, anyone else can help please??
also how to remove LAST POST from the same area???
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.