All things Shopify and commerce
hi guys, can someone help to increase the height of header in mobile view only. as in screenshot below. logo is looking very tight on top and bottom margin... in desktop view its ok but in mobile it is not great. is there anyway to creat a gap between top and bottom margin in Header Logo?
url - deshoeshop com
Solved! Go to the solution
This is an accepted solution.
Is this good?
Navigate to the code editor: Online store --> Themes --> Edit code --> assets --> base.css. Add the following to the end of the file:
@media screen and (max-width: 990px) {
header.header.header--top-center.header--mobile-center.page-width.header--has-menu.header--has-social {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
}
Freelance Shopify Developer | Helping Shopify merchants grow with high-converting online stores!
- Did I help? Leave a tip!
- Need my help? Chat on Telegram or WhatsApp
- Was your question answered? Mark it as an Accepted Solution ✅
This is an accepted solution.
Is this good?
Navigate to the code editor: Online store --> Themes --> Edit code --> assets --> base.css. Add the following to the end of the file:
@media screen and (max-width: 990px) {
header.header.header--top-center.header--mobile-center.page-width.header--has-menu.header--has-social {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
}
Freelance Shopify Developer | Helping Shopify merchants grow with high-converting online stores!
- Did I help? Leave a tip!
- Need my help? Chat on Telegram or WhatsApp
- Was your question answered? Mark it as an Accepted Solution ✅
Hi @DSS5
Try this one.
@media only screen and (max-width: 989px){
header.header.header--top-center.header--mobile-center.page-width.header--has-menu.header--has-social {
padding: 20px;
}
}
User | RANK |
---|---|
42 | |
42 | |
32 | |
24 | |
21 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023