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
A user seeks to implement a sticky header menu that remains visible during scrolling on both mobile and desktop versions of their Shopify store (Dawn theme).
Proposed Solution:
.header-wrapper {
position: fixed;
width: 100%;
}
Current Issue:
Status: Unresolved - awaiting further technical guidance to fix the delay issue.
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
Hello @JADIS
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.header-wrapper {
position: fixed;
width: 100%;
}