Debut theme - Menu overlaps homepage slideshow image

Hello,

I seem to have an issue with my menu which overlaps the homepage slideshow image

Link to the issue - https://www.newyearsevelondon.co.uk/

Does anyone have a fix for this?

Thank you

1 Like

Hi @ofhaides , your header is sticky, so when you scroll down header is always visible. If you want it like this:

Instead of

Go to edit code > assets > theme.css and add this:

.site-header {
    top: 27px!important;
}

@ofhaides

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.site-header {
    top: 27px;
}

Hi @Ofhaides

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

Go to Online Store > Themes > Edit Code > theme.liquid , after paste this code to before of file

header{ top:27px !important }

Best Regards;

Pagefly

Hello, this is not working for me.

Do you mean add just above the ?