How to make header height shorter in Lorenza theme?

The current height of the header on desktop and mobile is too big for my liking, i’m looking to make it shorter / smaller. Any help? I’m using the Lorenza theme.

@ELBOY Hello can you share the store URL?

sure thing: houseofdakh.com

@ELBOY check theme customize > slide settings there must have the slider height settings

or you can try this css in assets >theme.css bottom of file

.slideshow-split {
–desktop-height: 600px !important;
–mobile-height: 300px !Important;
}

Sorry, maybe I misspoke. I’m referring to the top bar, where the Nav, Logo, and Cart live.

Hi @ELBOY ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
.header {
    padding: 0 !important;
}

.exit-intent {
    top: 44px !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

worked perfectly, thank you!

amazing, thanks for your help!