Shopify themes, liquid, logos, and UX
I'm looking to change the maximum logo width on my craft theme store, max is 300px and as it's a wide logo i'd like it to be around 500px on desktop but still responsive on mobile devices.
My domain is taskerandshaw.com
Thanks in advance for your help.
Solved! Go to the solution
This is an accepted solution.
@TaskerandShaw please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
@media (min-width: 991px) {
.header__heading-logo {max-width: 500px !important;}
}
This is an accepted solution.
@TaskerandShaw please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
@media (min-width: 991px) {
.header__heading-logo {max-width: 500px !important;}
}
perfect - thank you.
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