Viewing 1 replies (of 1 total)
  • in your stylesheet on line 1011, you have this:

    .page-wrap {
       padding: 83px 0 100px;
    }

    And then, inside a div with class “panel-grid” there’s a div with inline styles including padding: 100px 0px;

    so you have 183px of unnecessary padding.

    Do you have a custom CSS file, or does your theme allow you to enter custom css somewhere? It’s not a good idea to directly edit your theme’s style.css file.

    Your theme developers offer a free child theme. I’d recommend you go download and install that first:

Viewing 1 replies (of 1 total)
  • The topic ‘How to change the space between header image and post text – padding 0’ is closed to new replies.