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
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
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;
}
oh sorry for that issue can you try this code
.site-header {
top: 27px;
}
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