I think that there’s too much space being used on the header for mobile and Desktop, there’s a way to reduce this space/header? My website is www.nonastore.com.br
1 Like
Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.
Hello @nonastore ,
Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?
Best regards,
GemPages Support Team.
My website is www.nonastore.com.br
Hi @nonastore Your site is not working https://prnt.sc/54YgebDFIQxi
1 Like
Hi Minakship, i think it’s a bug, check it now
1 Like
Hello @nonastore
I would like to give you a solution to support you:
- Go to Online Store-> Theme-> Edit code
- Open your theme.liquid theme file
- Paste the below code before :
<style>
.regular-logo.lazypreload.lazyautosizes.lazyloaded {
height: 100px !important;
width: 120px !important;
}
#jas-header {
height: 165px !important;
}
@media(min-width: 280px) and (max-width: 767px){
header#jas-header {
height: 140px !important;
}
.jas-col-md-2.jas-col-sm-6.jas-col-xs-6.start-md.center-sm.center-xs.jas_div_logo {
height: 115px !important;
margin-top: -44px;
}
}
</style>
Was my reply helpful? Please Like and Accept Solution. This mean alot to me.
1 Like

