Good morning,
I would like my menu to remain visible even when I scroll down, on mobile and on computer. Do you know what I can do?
Theme: Dawn
Website: jadis-shop.com
password : rj
thanks in advance
Good morning,
I would like my menu to remain visible even when I scroll down, on mobile and on computer. Do you know what I can do?
Theme: Dawn
Website: jadis-shop.com
password : rj
thanks in advance
Hi @JADIS ,
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about the sticky header, let’s try this solution:
Online Store ->Theme ->Edit code
Assets ->Base.css
.shopify-section-header-hidden {
transform: none !important;
}
I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly
Hi @JADIS
Follow these steps:
Go to customize theme
find heade.liquid file and 430 to 445 remove this below underlined code.
If I managed to help you then, don’t forget to Like it and Mark it as Solutions.
Hi @JADIS ,
This is David at SalesHunterThemes.
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code.
Go Assets folder → base.css file.
Add this following code at the bottom of page.
.shopify-section-header-hidden {
transform: translateY(0);
}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
David | SalesHunterThemes team