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.
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.
upload this image in logo automatically header space decrease.
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:
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
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
Thank you very much
I am glad that my recommendation is helpful to you .