Eli90
September 14, 2022, 7:35pm
1
Hi,
hope someone would be able to help!
My mobile menu pushes everything down once I click it…is there a way to make come on top of the page instead of pushing everything down? it makes everything look bad
website: https://sugar-free-eu.myshopify.com/
temporary password: eveirt
@Eli90
oh sorry for that issue can you try this code
Go to Online Store->Theme->Edit code
Asset->/theme.css ->paste below code at the bottom of the file.
.template-index .site-header { width: 100%;}
.page-container {transform: none !important;}
Eli90
September 15, 2022, 1:19pm
3
@KetanKumar thanks A TOL! that solved the problem. Appreciate your help!