Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
My website is soonnex.com
I want to reduce header height, a little higher than the logo itself. No option in customization. Please help
Hello There,
Admin go to online store -> themes -> actions -> edit code
Find Asset >base.css and paste this at the bottom of the file:
.header__heading-logo {
max-width: 150px!important;
}
Hello @Crowndecore ,
It's GemPages support team and glad to support you today.
I would like to give you the recommendation to support you so kindly follow the steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
.header__heading-logo {
max-width: 150px !important;
}
</style>
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team