• Resolved daisyrascal

    (@daisyrascal)


    Can somebody pleeease help me get rid of the white space at the top of my WordPress page?

    https://www.daisyrascal.com

    It’s on the homepage and on posts, it’s doing my head in! Any help would be really appreciated. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    you can remove the white space at the top of the header by deleting this code in style.css on line 3336:

    .masthead-fixed .site-main {
    	margin-top: 48px;
    }

    Or if you are using a child theme add the folowing code to the style.css :

    .masthead-fixed .site-main {
    	margin-top: 0;
    }
    Thread Starter daisyrascal

    (@daisyrascal)

    Yessssss thank you so much Tomas, got it in one!!! Thank you thank you : )

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty Fourteen – Annoying white space at top of page!’ is closed to new replies.