• Ever since I updated the WordPress version the gap between the Header (cover image) has a white gap between the content. How do I remove this since the CSS code I initially used no longer works.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    try adding this CSS:

    .entry-content > .wp-block-cover {
        margin-bottom: 0 !important;
    }
    Thread Starter steffrose16

    (@steffrose16)

    Looks like the code “broke” my website with a critical error notice after activating that CSS code. I used CSS Code Snippets to apply it to the website.

    ying

    (@yingscarlett)

    Hi @steffrose16 ,

    CSS code can NOT break website like that, the worst can happen is not working or change the site’s style.

    As for the CSS Code Snippets, is it a plugin? Can you try adding the CSS via customizer > additional css?

    Let me know ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White Gap between header and content’ is closed to new replies.