MyBB Community Forums

Full Version: Header Welcome Block
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Can you post the contents of this (the area containing "welcome_back"), please?

(2012-07-21, 07:19 PM)Vernier Wrote: [ -> ]Admincp -> Configuration -> Languages -> Your Language [Options] -> Edit Language Variables -> global.lang.php

Find:
welcome_back

Remove the spacing between "welcome back" and after the name, before the full stop.
It appears you have a load of padding and margin.

Admincp -> Templates & Style -> Themes -> Your theme -> Global.css

Find:
upper_panel a {
padding-left: 20px;
margin-right: 15px;
font-weight: bold;
}

Replace with:
upper_panel a {
font-weight: bold;
}

Or you could set the padding and margin to a lower number.
Gone with a different theme. Thanks for your help.
Pages: 1 2 3