Header overlaps sections and doesn't go grey

Hello,

In my store - https://laromes.shop/ (Sense version 8.0.0)

  • The header overlaps the cart drawer (on mobile and desktop)

  • The header doesn’t go grey when the cart drawer is opened or when the Klaviyo sign-up is shown


Tried to play around with z-index but nothing works. Not sure what could be the issue after the 8.0.0 update.

Please let me know if any advice and assistance can be provided here.

Thanks in advance

Hi @SpaKovsKi ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/custom_styles.css->paste below code at the TOP of the file:

body .section-header {
    z-index: 9 !important;
}

I hope it would help you
Best regards,

Richard | PageFly

Thanks a lot. That helped