Reduce the blank space between header and content

  • Unknown's avatar

    Hi,

    I’m using the theme Truly Minimal for my blog and I’d like to reduce the blank space between the header image and the content of the blog. Is it possible to change it using custom css? I’ve been trying to customise it with Css but the changes doesn’t seem to work. I can’t figure it out what’s wrong.

    Thank you in advance!!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I see you have gotten this adjusted. Although using negative margins works, sometimes they can cause unexpected surprises. You can try what I have below also.

    .site-header {
        margin-bottom: 0;
        padding-top: 1.5em;
        padding-bottom: 0;
    }

    Your site is looking great. I really like that background image you are using. Nice and clean.

  • The topic ‘Reduce the blank space between header and content’ is closed to new replies.