Shopify themes, liquid, logos, and UX
I would like to reduce the logo size on mobile, is this possible?
Thank you!
URL: https://suq5b8csct01fyzg-61270851797.shopifypreview.com/collections/rappid-test
Im using the Trade theme.
Solved! Go to the solution
This is an accepted solution.
Instructioins
1. Go to 'Online Store' -> Themes
2. From your Active Theme click on the 3 dots (...) -> Edit Code
3. Inside the Assets Folder, locate the file 'base.css'
4. Add the below code at the end of the file:
@media (max-width: 768px){
.header__heading-logo{
width: 100px;
}
}
Change the width according to your preference
This is an accepted solution.
Instructioins
1. Go to 'Online Store' -> Themes
2. From your Active Theme click on the 3 dots (...) -> Edit Code
3. Inside the Assets Folder, locate the file 'base.css'
4. Add the below code at the end of the file:
@media (max-width: 768px){
.header__heading-logo{
width: 100px;
}
}
Change the width according to your preference
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