Change Header Height

Posted in: Newspaper
Post count: 89

Hi,

How can i change the height of the header (style 5) with everything still in center?

Also how to make the sticky header same height?

Regards,

Glenn

Post count: 1291

Hi,

That’s a complicated section, try this css for a start: – http://screencast.com/t/MSOhwTCNKmL

.td-header-menu-wrap-full{
height: 100px !important;
}
.td-affix{
height: 100px !important;
}
.td-header-style-5 .black-menu {
position: relative;
top: 19px;
}

If you want to modify the height on the menu elements, logo and search use the browser inspector to find what’s the custom css used for each element and create a custom css to make them look the way you want. If you don’t have experience with this i suggest that you look for a professional developer to help you with this task.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.