The Arcive of vBulletin Modifications Site. |
|
Centering Forum Category Title Text on Forum Home Details »»
|
|||||||||||||||||||||||||||
|
Centering Forum Category Title Text on Forum Home
Developer Last Online: Jul 2014
I could of sworn I saw this on here before and have spent quite a lot of time trying to find it. Well I finally decided to open up "Forumbits.css" to solve my problem.
I've been trying to center the title on the forum head for each category. Here is how you go about it. Style Manager > CSS Templates > Forumbits.css Find: (Right at the top of the forumbits.css document) Code:
.forumhead {
background: {vb:stylevar forumhead_background};
_background-image: none;
padding: 0;
font:{vb:stylevar forumhead_font};
color:{vb:stylevar forumhead_color};
Code:
text-align: center; Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Any before/after screen shots?
|
|
#3
|
|||
|
|||
|
Nevermind... I just tried it and viewed the change. guess I like the standard better. Good Suggestion though! Good to know! 5 stars.
|
|
#4
|
|||
|
|||
|
Anyone know how to center this?
|
|
#5
|
|||
|
|||
|
Open up your "Forum Home" template. Look for:
Code:
{vb:raw navbar}
Code:
{vb:rawphrase bb.forumtitle}
{vb:rawphrase bb.forumdescription}
So your end result would be... Code:
<center>{vb:rawphrase bb.forumtitle}
{vb:rawphrase bb.forumdescription}</center>
|
|
#6
|
||||
|
||||
|
Thanks ...
Add Screenshot |
|
#7
|
|||
|
|||
|
Quote:
PHP Code:
https://vborg.vbsupport.ru/showthread.php?t=257765 |
![]() |
|
|