Reducing the depth of the main menu

Posted in: Newspaper
Post count: 36

Hi,

i’ve been trying to reduce the depth of the main menu so it doesn’t look too heavy. Ideally i’m looking to have the depth be closer to that of the Top Bar on the site.

http://www.dynamicevents.org/test/

I hope you can advise

Thanks

Post count: 22421

Hello,
you can use this custom css:

.td-header-style-1 .td-header-menu-wrap-full{
height: 28px!important;
}
.td-header-style-1 .sf-menu > li > a{
line-height:30px!important;
}
.td-header-style-1 .header-search-wrap .td-icon-search{
line-height:30px!important;
}

I set it to the same height as the top menu. (28px)
result: http://screencast.com/t/byoguua6hP
Thank you!

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