Shopify themes, liquid, logos, and UX
When you go to ecoperiod.pl on mobile and click on the menu button a empty slider opens.
I imported this theme and the issue was already there.
Can anyone help please?
Solved! Go to the solution
This is an accepted solution.
Found the solution:
theme.liquid > find </body> at the bottom of the code > put this code above </body> :
<style>
@media screen and (max-width: 767px) {
div#menu-drawer {
height: 100vh!important;
}
.menu-open div#menu-drawer {
transform: translate(0%)!important;
visibility: visible!important;
}
}
</style>
This is an accepted solution.
Found the solution:
theme.liquid > find </body> at the bottom of the code > put this code above </body> :
<style>
@media screen and (max-width: 767px) {
div#menu-drawer {
height: 100vh!important;
}
.menu-open div#menu-drawer {
transform: translate(0%)!important;
visibility: visible!important;
}
}
</style>
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025