Increasing main menu height in newsmag theme

Posted in: Newsmag
Post count: 1

I Want to know that how can i increase the main menu height in newsmag theme?

Post count: 23312

Hello thilaxan,

If you want to increase the menu height you should use a bit of CSS code. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

#td-header-menu{
min-height:55px;
}
.sf-menu>li>a {
line-height: 55px;
}

Notice that you can adjust the values as you want.

The result you should see here -> http://screencast.com/t/MKTPfPnW

Thanks for the message!

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