Hi!
Can someone please help me to fix my navigation header? I’m trying to fix it but I don’t understand why this happens. When I click the menu it doesn’t fully expand, it remains the same header height.
link: tempness.com
Thank you in advance for help!
Hi @Vins24 You can try follow this path: Themes => edit code => asset => theme.scss.liquid and add this code to bottom of the file theme.scss.liquid
html, body { overflow-x: auto!important; }
Hi @Vins24 ,
Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
body.navigation-open { overflow: visible !important; }
Hope it helps!