MyBB Community Forums

Full Version: header is f**ked
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: TiEqFbN.png]

to be honest i looked everywhere cant seem to figure out why its doing this, anyone know where i can fix this

using dark emerald theme
(2019-11-04, 09:10 PM)breadd Wrote: [ -> ][Image: TiEqFbN.png]

to be honest i looked everywhere cant seem to figure out why its doing this, anyone know where i can fix this

using dark emerald theme
I believe that the issue is there because of your browser - it looks fine to me.
However, a MyBB copyright footer would help.  Rolleyes
(2019-11-04, 09:16 PM)mTurtle_ Wrote: [ -> ]
(2019-11-04, 09:10 PM)breadd Wrote: [ -> ][Image: TiEqFbN.png]

to be honest i looked everywhere cant seem to figure out why its doing this, anyone know where i can fix this

using dark emerald theme
I believe that the issue is there because of your browser - it looks fine to me.
However, a MyBB copyright footer would help.  Rolleyes
Ive tried multiple PC's multiple IP's and its messed up all there too
Hi,

Admin Control Panel -> Themes and Templates (Tab) -> Themes -> YOUR THEME -> Global.css -> Advanced Mode (Tab)

Search for:
#hb_title {
    color: white;
    font-size: 30px;
    position: relative;
    font-family: 'Roboto';
    left: 85px;
    top: 30px;
}


Replace it with:
#hb_title {
    color: white;
    font-size: 30px;
    position: relative;
    font-family: 'Roboto';
    left: 0px;
    top: 30px;
}
(2019-11-05, 07:41 AM)NoRules Wrote: [ -> ]Hi,

Admin Control Panel -> Themes and Templates (Tab) -> Themes -> YOUR THEME -> Global.css -> Advanced Mode (Tab)

Search for:
#hb_title {
    color: white;
    font-size: 30px;
    position: relative;
    font-family: 'Roboto';
    left: 85px;
    top: 30px;
}


Replace it with:
#hb_title {
    color: white;
    font-size: 30px;
    position: relative;
    font-family: 'Roboto';
    left: 0px;
    top: 30px;
}
it didnt do anything
Clear your browser cache. If you're using CF, clear the cache on CF too.
(2019-11-05, 03:24 PM)Crazycat Wrote: [ -> ]Clear your browser cache. If you're using CF, clear the cache on CF too.
didnt work lol idk whats going onnnn

fixed, so what i did was made {$headerblock} and {$myalerts} and made those both separate {div= float right} and combined each section (inbox, team, help, etc) then took the header and removed the <br> tag and put a div with line break with 50 pixels and its all fixed. crazy but it works