• Hello WP Support Team,

    I have been searching for the solution on various forums but could not find any. I’m running a Genesis Framework on my WordPress Blog and I have never tweaked or changed codes of the theme but still there’s empty space in the header as seen as in the screenshot below.

    Sorry I’m not able to add screenshot here but I have uploaded it on image sharing site and you can find it here: https://pasteboard.co/IvnlLbB.jpg

    Either way you can check it here: https://bit.do/e6rnV

    Kindly guide me how to remove the white/empty space from my blog header.

    Thanks in Advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your page has a class with a large top margin.

    
    .site-inner {
      margin-top: 170px;
    }
    
    

    Try reducing this in your additional CSS area or using your child theme’s style.css file. Maybe something like this (I prefer not to use px units in this case–px units are not responsive).

    
    .site-inner {
      margin-top: 2%;
    }
    
    

    Here’s what your page looks like when I disabled this top margin.

    View post on imgur.com

    Good luck!

    P.s. Only use custom CSS if you don’t see a setting for this margin in your theme’s options admin area.

    • This reply was modified 5 years, 6 months ago by mark l chaves.
    Thread Starter shawktylor

    (@shawktylor)

    Wow~

    It did the MAGIC… Don’t have words to appreciate your INSTANT Support. LOVED THE SUPPORT. Thank You So Much & Prayers are with you Mate.

    Now here’s another question I’d like to ask you is that kindly take a look at this page here: https://bit.ly/2lSN9nZ & you can notice that the entire layout/text design is different & well designed than mine blog.

    Can you suggest me what I can do to make the contents same as the 10beasts?

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Remove Empty Space From WP Blog Header?’ is closed to new replies.