PDA

View Full Version : Center Forum Category Names


MBrell
12-18-2013, 09:01 AM
Good Morning!

For the past few days I've been looking around the forums online to find a way of making a change to my forum. initially it sounds an easy task, although since using vBulletin 4.2.2 it's harder to make alterations.

Attached is an image of my forum, and I've put a red box around the part I'd like to change. I'd like to center the text so it looks more attractive.

147624

If anybody could help me out, I would appreciate it massively! Like I said, it looks/sounds so simple to change, but I'm struggling with it.

Thank you for your time.
Martin

New Joe
12-18-2013, 09:12 AM
You could try this:
Style Manager > CSS Templates > Forumbits.css

Find:
(Right at the top of the forumbits.css document)
.forumhead {
background: {vb:stylevar forumhead_background};
_background-image: none;
padding: 0;
font:{vb:stylevar forumhead_font};
color:{vb:stylevar forumhead_color};

Add below:
text-align: center;

MBrell
12-18-2013, 09:38 AM
Hello,

Thank you very much for helping me. I've already put that code into there, exactly were you told me to and it hasn't changed a thing. :(

I came across that code somewhere on the forum before an tried it. So still no luck!.