How can I minimize the header height in Dawn theme?

RESOLVED: I want to reduce my header height.

url: https://pure-date.myshopify.com/

pw: triwhi

Hi @Riz_bangee ,

header.header.header--middle-left.page-width.header--has-menu {
    padding-top: 0;
    padding-bottom: 0;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

1 Like