Shopify themes, liquid, logos, and UX
This is an accepted solution.
HI @Itamar2020
Like this?
If it is check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media screen and (max-width: 989px){
.header--mobile-left {
grid-template-columns: 1fr 1fr !important;
}
.header {
display: grid;
grid-template-areas:
" heading icons left-icons" !important;
}
header-drawer {
margin-left: 0px !important;
}
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hello @Itamar2020
can you share store URL?
Hi,
Can you share your store URL please to be able to give you the code
Hi Itamar2020,
Please share your store URL.
So that I will check and let you know the exact solution here.
Thanks
This is an accepted solution.
HI @Itamar2020
Like this?
If it is check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media screen and (max-width: 989px){
.header--mobile-left {
grid-template-columns: 1fr 1fr !important;
}
.header {
display: grid;
grid-template-areas:
" heading icons left-icons" !important;
}
header-drawer {
margin-left: 0px !important;
}
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
hi man it is working !
thank you very much
but the animation is now still coming from the left
maybe can you share some animation code also ?
thanks !
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024