How to reduce header height in studio theme

My website is soonnex.com> > I want to reduce header height, a little higher than the logo itself. No option in customization. Please help

1 Like

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

  1. Open your theme.liquid theme file

  2. Paste the below code before


For example,

If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team