How to reduce header thickness?

hennrylam
Tourist
12 0 2

hennrylam_0-1634691292041.png

 

please refer to image

 

thank you 

 

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

Replies 2 (2)
dmwwebartisan
Shopify Partner
12265 2544 3678

@hennrylam 

Your store is password protected. Please share password. 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Kinjaldavra
Shopify Partner
2302 570 1419

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;
}