Shopify themes, liquid, logos, and UX
Hello!
Is there a way to make my header thinner? That is, make the spacing between the icons (logo, cart, menu, etc.) and the header limits, both above and below, smaller?
My theme is Stiletto, my website is https://winnerofficial.com and my password is y21
Solved! Go to the solution
This is an accepted solution.
It worked on the desktop but not on the phone, any solution for that?
And thank you for the answer!
This is an accepted solution.
Hello @martujv ,
Please add the below mentioned code to change the height of the header section for mobile screens .
Copy & Paste the code at the bottom of theme.liquid file before </body> tag and save.
<style>
@media screen and (max-width: 767px){
.header__row.header__row-mobile {
min-height: 40px !important;
}
}
</style>
Output -:
I hope it helps.
Please let me know if you have any query.
Thank you
Hello @martujv ,
I understand you are looking to make your header section thinner.
Please copy & paste the below mentioned code at the bottom of theme.liquid file before </body> tag and save.
<style>
.header__row.header__row-desktop.lower {
height: 40px;
}
.header__row .header__row-segment.contains-nav {
overflow-x: visible !important;;
}
/* The below mentioned code you can use for providing space between icons */
a.header__icon-touch {
margin: 0 10px 0 10px;
}
</style>
Output =>
I hope the code helps you.
Please share if you have any query.
Thank you.
This is an accepted solution.
It worked on the desktop but not on the phone, any solution for that?
And thank you for the answer!
This is an accepted solution.
Hello @martujv ,
Please add the below mentioned code to change the height of the header section for mobile screens .
Copy & Paste the code at the bottom of theme.liquid file before </body> tag and save.
<style>
@media screen and (max-width: 767px){
.header__row.header__row-mobile {
min-height: 40px !important;
}
}
</style>
Output -:
I hope it helps.
Please let me know if you have any query.
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