Hero image (slideshow) not showing correctly on mobile version (Narrative theme)

As you can see, on mobile screens, the slide image/hero does not fit. Making the dropdown menu even invisible…

Can someone please help? thank you!

Can you tell what is your store url ?

Hi @monawie

Please share your store URL so we can check

Thank you Zack: www.monawie.be

www.monawie.be

hi you can add the following css on theme > settings > custom css

.slideshow__button--previous, .slideshow__button--next {
    position: absolute;
    height: 100%;
    width: 10vh;
    background: transparent !important;
    border: 0;
    z-index: 6;
}

you will find custom css here