How to reduce spacing between header and content?

  • Hi there,

    I was wondering if you could help me reduce the space between the header and the content, between the title (About Us) and the text and between the content and the footer.
    I’ve been doing experiments with padding but I can’t seem to figure it out.
    Sometimes when I write the code in my child theme style.css it doesn’t change anything in the site.
    Thank you so much :)

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

  • Your blog is not hosted on WordPress.com. Yours is a self-hosted WordPress.org based site. So please post your future questions to https://wordpress.org/support/forum/themes-and-templates

    However for this time, please add this CSS and reduce the top padding to whatever you wish.

    .singular.page .hentry {
        padding-top: 3.5em;
    }
  • The topic ‘How to reduce spacing between header and content?’ is closed to new replies.