Viewing 3 replies - 1 through 3 (of 3 total)
  • seems to be the same in firefox and IE7 – the solid ‘gold’ strip in the color of the general background.
    actually quite nice looking, imho, emphasises the gradient logo.

    however, check style.css:

    #page {
    	background-color: white;
    	margin: 8px auto;
    	padding: 0;
    	width: 955px;
    	border: 1px solid #959596;
    	}

    change the top margin.

    Thread Starter stingtech

    (@stingtech)

    Thanks so much! Sometimes it helps to have a fresh set of eyes, I had #page in there twice…

    that is the way how the default theme organizes its styles – most styles appear a few times in different places – first typography, then structure, etc.
    it is easy to miss something 😉

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can’t get rid of 10px top margin in Safari’ is closed to new replies.