Reduce heights of header 12

Posted in: Newspaper
Post count: 8

Hello,

I’m trying to reduce the height of the main menu and logo area in Header Style 12. I’d like to reduce the height of the menu item, overall menu, and logo areas. I know a ‘little’ css, but I’m not a css designer.

http://goo.gl/1IryrD

Can someone please offer some assistance?

Thank you!
Todd

Post count: 22421

Hello Todd,

Please use this code to do it:
.td-header-style-12 .td-header-menu-wrap-full{
height:50px!important;
}
.td-header-style-12 .td-header-menu-wrap .sf-menu > li > a{
line-height:50px!important;
}
.header-search-wrap .td-icon-search{
line-height:25px!important;
}
.td-header-style-12 .td-main-menu-logo a{
line-height:50px!important;
}
.td-header-style-12 .td-main-menu-logo img{
max-height:55px!important;
}

You can change the values a bit to get the result you want.
This is the result the code will provide: http://screencast.com/t/g7nMWJNZkLi

Thank you!

Post count: 8

Thank you Bogdan!

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