header hight

Posted in: Newsmag
Post count: 58

Hi
How can I set height for header on both desktop and mobile specifically?

Thank You

Post count: 35449

Hi,
What you can try is to set a big line-height on header elements from header and desktop, another alternative is with css, for example for mobile it can be used this custom css:
.td-header-main-menu {
min-height: 100px!important;
}
.td-header-menu-wrap {
min-height: 101px!important
}
#td-top-mobile-toggle i {
line-height: 101px;
}

https://i.imgur.com/tzKCv1q.png
I hope this will help you!

Post count: 58

Hello

All worked good. Thank You

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.