Top menu height

Posted in: Newspaper
Post count: 8

How to change Top menu height? Same to Main menu size.
Please, custom code.

Post count: 23312

Hello jyoti,

If you want to increase this element, you should use a bit of CSS code and place it in Theme panel->Custom CSS area.

The code is ->

.td-header-top-menu-full{
height:48px;
}
.td-header-sp-top-menu{
line-height: 45px!important;
}
.td-header-sp-top-widget {
line-height: 45px!important;
}

The result is here -> https://www.screencast.com/t/hLm1l8jLDh

Thanks for your understanding!

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