Why is my Dawn 4.0 theme header overlapping the slideshow?

Can anyone help me with a header overlapping the slide show. I am using Dawn 4.0 theme

website url: .https://digital-shoppers.co.za/

Hi @MorongwaOlifant !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation.

  1. Please go to layout
  2. Theme.liquid file and add code here:

Please add this code under font size;

{%- unless request.page_type == ‘index’ -%}
.header-wrapper {
position: relative !important;
}
{%- endunless -%}

Hope it helps!

Best regards;

Pagefly

Hey, I’ve done as instructed. But the code did not make any changes.