Always a small header

Posted in: Newspaper
Post count: 3

Hello,

I use header style 6, always sticky with header logo. The header thrinks when moving the page down.
I like the dimensions of the trinking (small) header. I want the header to always have that thrinking dimension. This means the header will always be small, also when the page is on top.

How can I made the header so it is always small (like as it when thrinking)?

Thank you!

Post count: 3
Post count: 20688

Hi,

I could give you a code for that, I see that the logo is not loading currently on your website try to re-upload it
https://www.screencast.com/t/0ENlKTGbW2

The code would be like this, it should make the header look permanently like in sticky mode. It can be entered in Theme panel->Custom CSS

.td-header-style-6 .td-header-menu-wrap-full {
height: 48px!important;
}
.td-header-style-6 .sf-menu > li > a, .td-header-style-6 .header-search-wrap #td-header-search-button .td-icon-search {
line-height: 48px;
}
.td-header-style-6 .td-main-menu-logo img,
.td-header-style-6 .td-main-menu-logo a {
max-height: 48px;
}

Thanks

Post count: 3

Hi,

Thank you, but is not really working.

The logo is not displaying correctly: https://www.screencast.com/t/GP3Ihv7FTE

The header also keeps transitioning to sticky mode. Like it refreshes the header when scrolling down. I need to disable the sticky mode and just keep one header that is shown always, with the same dimensions of the sticky header.

Is this possible?

Thanks!

Post count: 20688

Hi,

Now it should work, sorry for that. I forgot some parts of the code when I tested on my end

.td-header-style-6 .td-header-menu-wrap-full, .td-header-menu-wrap,
.td-header-main-menu {
height: 48px!important;
}
.td-header-style-6 .sf-menu > li > a, .td-header-style-6 .header-search-wrap #td-header-search-button .td-icon-search,.td-header-style-6 .td-main-menu-logo a {
line-height: 48px;
}
.td-header-style-6 .td-main-menu-logo,
.td-header-style-6 .td-main-menu-logo img,
.td-header-style-6 .td-logo {
height: 48px;
}

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