Showing posts with label Template Designer. Show all posts
Showing posts with label Template Designer. Show all posts

Tuesday, 10 September 2013

Blogspot Header Issues

For some reason it seems blogger / BlogSpot has been screwing around with people's headers lately (mine included). If yours decided to do some funky things like, vanish, display vertically, or have a really slim width causing words to wrap then this fix (found on the help forums) will probably sort you out:

1 - Go to "Template Designer"
2 - Click 'Advanced'
3 - Scroll down to 'Add CSS' then in the box put the code below and hit return:


#header-inner {
    width: 1000px !important;
}

4- Save Changes (if it doesn't let you, add a space or press enter somewhere for the save button to activate).

Your header should then be back to normal, or at least closer to normal than it was previously! :)