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.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025