Shopify themes, liquid, logos, and UX
Hi, I left centered my logo, but on mobile view its not fully goes to the left like the "CART" icon on the right. And no, there isnt any white space on the logo. Is there anyone who can help solving this issue?
Solved! Go to the solution
This is an accepted solution.
@Levike98 add !important to it, so it becomes
@media screen and (max-width: 749px) {
.header{padding-left: 0 !important; padding-right: 10px !important;}
}
@Levike98 - can you please share your website link?
@Levike98 - please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
adjust numbers as per the need
@media screen and (max-width: 749px) {
.header{padding-left: 0; padding-right: 10px;}
}
Still the same 😕 Its so annoying, cuz the margin is fine in the web view.
This is an accepted solution.
@Levike98 add !important to it, so it becomes
@media screen and (max-width: 749px) {
.header{padding-left: 0 !important; padding-right: 10px !important;}
}
Thanks! worked 🙂
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024