Header Height

Posted in: Newspaper
Post count: 18

Hi, even i read lots of answers but i couldn’t find exact code. I want to decrease my header to 50px. How can i do it thanks? http://toldd.com

Post count: 6535

Hi

Header’s height is given by the height of its elements, logo an menu. Try this css in theme panel > custom code > custom css:

.td-header-wrap {
height: 50px!important
}
.td-header-style-6 .td-main-menu-logo a, .td-header-style-6 .sf-menu > li > a {
line-height: 50px;
}
#td-top-search{
top: 33%;
}
.td-header-style-6 .td-header-menu-wrap-full {
height: 50px!important;
}

Thanks!

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