PDA

View Full Version : Centering forum categories


TheInsaneManiac
01-05-2011, 03:26 AM
How can I go about doing this for 4.0? This didnt work:
http://www.vbulletin.com/forum/showthread.php/311294-How-to-center-title-on-the-forum

to_die4
01-05-2011, 12:49 PM
If you simply wish to centre the category titles on the forum.php page, add the following to the additional.css file.

.forumtitle { text-align:center;}

TheInsaneManiac
01-07-2011, 04:27 PM
That no worky. It didn't center the name of forums like I wanted.

setishock
01-08-2011, 04:29 AM
<center>title of your forum</center>

When you create a forum and type in the title, add the html center tags to it. You can go back and edit the current titles if you like.

Digital Jedi
01-08-2011, 05:31 AM
The <center> tag is deprecated. You should always use text-align:center instead.

When you say the forum didn't center the way you wanted it to, what do you mean exactly? Are you referring to the fact that that will center it to the center of it's column? Because as long you have two columns, the title and Last Posts, it's only going to center them both in relation to their column.

setishock
01-08-2011, 02:28 PM
Thanks DJ. I'll have to remember that. I'm still learning the new stuff.

CoreyLTH
01-21-2011, 08:36 PM
Here you go bro...Just for you :)

https://vborg.vbsupport.ru/showthread.php?p=2152566#post2152566