• The page is https://physics.us.com/wordpress1/
    (live only to solve this problem)

    I need to remove the space below the header image. I’ve been through all the search and tried everything I can find, to no avail.

    I went through Style CSS and the Theme Header (header.php) and can’t seem to get it.

    Your help is appreciated!

Viewing 1 replies (of 1 total)
  • Gagan Tiwari

    (@gagan-tiwari)

    Hey

    mgookin , I go through your problem and find that when you scroll your screen to bottom then margin-bottom has been added to <div class=”custom-heaer”> , and you can not fix it using CSS.

    plz add this line or ready function.

    jQuery(“.custom-header”).css(‘margin-bottom’, ‘0px’);

    I was also facing same problem in https://www.gagantiwari.info

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Remove space below header image in Twenty Sixteen’ is closed to new replies.