Height main menu

Posted in: Newspaper
Post count: 9

Hello,

I don’t success to downsize the Height of the main menu it’s actually 48 px and i want 30

But when i try in the css, all shifts

Can someone help me pls

Post count: 7909

Hi,

You can try this custom css in Theme Panel > Custom Css and see if it helps – http://screencast.com/t/qmqHid1ifw5

.td-header-menu-wrap-full {
height: 30px !important;
}
.td-header-gradient:before {
bottom: -10px;
}
.td-header-menu-wrap, .td-header-main-menu {
max-height: 30px;
}
#td-header-menu {
min-height: 30px;
}
.sf-menu > li > a {
line-height: 30px;
}

Thanks!

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