Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #172992

    Hi my site is https://dinnerofherbs.com.

    There is extra space between my Header and Recent Posts and also Between Recent Posts and the actual posts. How can I remove this extra space?

    #173000
    sapana
    Participant

    @amandaatdinnerofherbs: Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .section-heading-wrapper {
        padding-top: 0px;
    }
    .archive-content-wrap {
        padding-top: 10px;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    #173045

    Thank you Sapana! It worked for the extra space between Header and Recent Posts heading. But not between the Recent Posts heading and the actual posts. Especially noticeable on Mobile.Extra Space

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Extra Space Between Header & Recent Posts’ is closed to new replies.