Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi!
Website: discinetherlands.com
Password: joepjoep
I want the logo on the phone in the top left instead of the middle.
On the right (still on phone) I want the three stripes of the menu on the far right and left next to it I want the cart/bag, but instead of an icon i want it to say BAG(0) just as on the desktop.
Thanks in advance.
Solved! Go to the solution
This is an accepted solution.
Hi @Disci,
Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:
@media screen and (max-width: 699px) {
.header {
--header-grid: "logo secondary-nav primary-nav" / minmax(0, 1fr) auto auto !important;
}
}
This is an accepted solution.
Hi @Disci,
Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:
@media screen and (max-width: 699px) {
.header {
--header-grid: "logo secondary-nav primary-nav" / minmax(0, 1fr) auto auto !important;
}
}