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
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025