Shopify themes, liquid, logos, and UX
Theme: Expanse
Website: https://asia.cozymatic.com/
Hi there.
I want to reduce the white space of the header.
Please let me know if you have a good idea to deal with that.
Thank you very much.
Solved! Go to the solution
This is an accepted solution.
Hello @Luke50
It's GemPages support team and glad to support you today.
The white space of the header is caused by the logo image containing the space and you should re-upload the logo image or see my suggestions below to remove it:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste below code before </body> :
<style>
.site-header__logo a {
height: 40px;
}
</style>
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
upload this👆 image in logo automatically header space decrease.
This is an accepted solution.
Hello @Luke50
It's GemPages support team and glad to support you today.
The white space of the header is caused by the logo image containing the space and you should re-upload the logo image or see my suggestions below to remove it:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste below code before </body> :
<style>
.site-header__logo a {
height: 40px;
}
</style>
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Thank you very much
I am glad that my recommendation is helpful to you 😁.
Hello @Luke50
Go to Online store >> Edit code >> Assets >> theme.css
Add this code below of theme.css file
@media only screen and (min-width: 769px){
.site-header__logo a {
height: 50px;
}
}
Hi @Luke50 ,
This is Victor from PageFly - Landing Page Builder App.
You can try this code by following these steps:
.header-layout{height:70px !important}
Hope my solution works perfectly for you!
Regards,
Victor | PageFly
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024