PDA

View Full Version : Centering


MajorKokosnuss
08-06-2014, 07:25 PM
Hello there i have an issue with centering my font :O

http://prntscr.com/4a8f7m

if i try to center the font with "padding: 11px " the whole box is moving but not the font

Any help :) ?

ozzy47
08-06-2014, 07:33 PM
Try adding this to your additional.css

.forum_info .blockhead {
text-align: center;
}

locknloadapples
08-06-2014, 07:33 PM
Try having a look at this

https://vborg.vbsupport.ru/showthread.php?t=257765

MajorKokosnuss
08-06-2014, 07:34 PM
Uhmm then is it moving --> to the middle but it should go down in the middle :)

ozzy47
08-06-2014, 07:36 PM
Link to the page please.

MajorKokosnuss
08-06-2014, 07:39 PM
http://boomboomforums.com/forumdisplay.php?15-Updates

scroll down to the buttom :)

ozzy47
08-06-2014, 07:43 PM
Guests cant see your forums.

MajorKokosnuss
08-06-2014, 07:44 PM
Updated Settings :)

ForceHSS
08-06-2014, 07:52 PM
You sections are done wrong

ozzy47
08-06-2014, 07:52 PM
Ok, undo what i previously told you, and add this:

.forum_info .blockhead {
line-height: 46px;
}

Unless of course you want it aligned in the middle like I did previously, then undo what I said earlier, and add this:

.forum_info .blockhead {
text-align: center;
line-height: 46px;
}

MajorKokosnuss
08-06-2014, 08:04 PM
Thanks fixed it :)!

ozzy47
08-06-2014, 08:05 PM
Cool. :)