How can I adjust the sticky header height in the Motion Theme?

https://luxuryadornment.com is the url, I am trying to find a way to reduce header size so that it is slimmer, and accommodates the logo better without so much extra black space. Any help is appreciated.

Hi @FerusSolutions ,

Please add below code in theme.scss file.

Go to Online store > Actions > Edit code

From Right side bar Search Assets > theme.scss. Open file and paste it at very bottom of this file

header.site-header {
    padding: 0;
}

.site-header-sticky {
    height: auto !important;
}

Hope this helps.

Best Regards,

Reena