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
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024