• Resolved Spino27

    (@spino27)


    Hi, great theme. My query is how do I reduced the space between the header/menubar and the main page content (post/sidebar etc) below? At present there is a large white space (as can be seen in the preview page: https://andersnoren.se/themes/hemingway/)

    I presume its the padding located somewhere in the style.css, but for the life of me I can’t find it? Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • This is the style you want to change:

    .wrapper {
    margin-top: 60px;
    }

    I changed it from 100px, so you can reduce further if you like.

    Put this CSS code in your custom CSS file:

    The margin-top is currently set to 100px. Change the pixels to the size that creates the look you want.

    .wrapper {
        margin-top: 50px;
    }
    Thread Starter Spino27

    (@spino27)

    Beautiful, worked a charm. Many thanks ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Space between header/menubar & page content’ is closed to new replies.