MyBB Community Forums

Full Version: Theme header messed up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://i.imgur.com/oeACgWU.png

for some reason we are not able to figure out the reason for this,, screenshot of error shown
Looks perfectly fine for me?
It's to do with your <h1> tags. I removed them in inspect element and the space was removed.
its gone down it suppose to be up the header
(2015-05-26, 06:55 PM)ytt Wrote: [ -> ]its gone down it suppose to be up the header

It's to do with your <h1> tags. I removed them in inspect element and the space was removed.
oh thanks ben C for helping but <h1> is good for seo no? were else can i add the h1?

MikeInToshx

Yeah it should be good for seo. if u want to edit how the h1 behaves u can add css to your global.css.

For example:


h1 {
font-size: 12px;
}
(2015-05-26, 08:20 PM)MikeInToshx Wrote: [ -> ]Yeah it should be good for seo. if u want to edit how the h1 behaves u can add css to your global.css.

For example:



h1 {
font-size: 12px;
}

oh nice thnks for the tip will add itÂ