Shopify themes, liquid, logos, and UX
Hi everyone
hope you might be able to help me again with another quick question, I have tried some previous solutions but can’t seem to get it to work.
When on mobile, my header has a bit too much white space top & bottom making it a bit big.
Could you advise how I could take off about 50% of this away from the top & bottom please?
site - www.allthekids.co.uk
password - folieb
Solved! Go to the solution
This is an accepted solution.
hii, @Booshy
Paste this code on top of the theme-index-min.css file.
@media only screen and (max-width: 768px) {
.header-logo-wrapper {
height: 108px !important;
margin-top: -25px !important;
}
.sticky-mobile-header.d-lg-none {
height: 100px !important;
margin-top: -33px !important;
}
}
Thank You.
This is an accepted solution.
hii, @Booshy
Paste this code on top of the theme-index-min.css file.
@media only screen and (max-width: 768px) {
.header-logo-wrapper {
height: 108px !important;
margin-top: -25px !important;
}
.sticky-mobile-header.d-lg-none {
height: 100px !important;
margin-top: -33px !important;
}
}
Thank You.
Perfect, thank you 🙂
Has this filename changed since you posted this solution? I cannot find theme-index-min.css
Thanks.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025