How can I decrease the thickness of my website's header?

please refer to image

thank you

Shop URL: https://theuniversalbar.com.au/

1 Like

@hennrylam

Your store is password protected. Please share password.

hello @hennrylam

please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste below code at the bottom of the file.

.header {
    padding-top: 0px !important;
}
.header__heading .header__heading-link {
    padding: 0px !important;
}
.header__inline-menu {
    margin-top: 0px !important;
}