main menu height

Posted in: Newspaper
Post count: 80

how to decrease main menu height, i am using newspaper theme, default style 1 menu.

Post count: 22421

Hi,
You can use this css to do it:
.td-header-style-1 .td-header-menu-wrap-full{
height: 30px!important;
}
.td-header-style-1 #td-header-menu{
min-height:30px!important;
}
.td-header-style-1 .sf-menu > li > a{
line-height:30px!important;
}

Thanks.

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