Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there,

    You can remove the gap with the help of following custom CSS:

    .home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header, .no-wc-breadcrumb .site-header{
        margin-bottom: 0px;
    }

    You can add the above code in your child theme’s stylesheet directly, or using a plugin like Advanced CSS Editor for the sake of simplicity. Hope it helps.

    Thread Starter bjornmyrer

    (@bjornmyrer)

    Thanks!

    Worked out just fine.

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