• Resolved charlotte2209

    (@charlotte2209)


    Hello,
    I use full width cover template with a featured image.
    I have a gap/margin in the top and in the bottom of my page between:
    1. the cover image and the first block of my page
    2. the last block of my page and the footer
    Do you know how can I fix this ?
    Thank you very much for your help,
    Charlotte

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @charlotte2209,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .home #site-header { margin-bottom: 0; }
    
    .home .post-inner { padding-top: 0; }
    
    .home .entry-content > .wp-block-columns:first-child { padding-top: 0; }

    Let me know if that does it.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Gaps between the cover image and the first block of the page’ is closed to new replies.