change height of the main menu?

Posted in: Newspaper
Post count: 13

Hello!
Where do I find the CSS to reduce the height of the main menu?

Post count: 23312

Hello benti,

Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-header-menu-wrap-full{
height:40px!important;
}

Thanks.

Post count: 13

Thanks i see this before but not found for this i ask.
you can see in my site http://www.metalmas.com
thanks!

Post count: 23312

Hello benti,

You should use the code below and place it in Theme panel -> Custom CSS area.

ul.sf-menu > .td-menu-item > a, .td-theme-wrap .td-header-menu-social {
line-height: 40px;
}

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

Thanks for your understanding!

Post count: 13

Hi! for make ok i get this:
ul.sf-menu > .td-menu-item > a, .td-theme-wrap .td-header-menu-social .td-header-menu-wrap-full {
line-height: 40px !important;
}
.header-search-wrap #td-header-search-button .td-icon-search, .header-search-wrap #td-header-search-button .td-icon-search::before {
line-height: 40px !important;
}
.td-header-menu-social {
line-height: 40px !important;
}

thanks a lot!

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