[Layout] Bigger header for side menu

Hi

how to make my sidemenu has big header like in this pic?

i’ve try to use something like this, but still no luck

<ion-side-menu side="left">
    <ion-header-bar class="bar-dark">
        <h1 class="title">Menu<br /><br /><br /><br />Menu 2</h1>
    </ion-header-bar>
    <ion-content>
    </ion-content>
</ion-side-menu

this post is simmilar to your problem. Evanion suggests to use sass feature and change $bar-height variable

1 Like

Thanks a lot @BDomantas :slight_smile: