Sticky menu size

Posted in: Newspaper
Post count: 47

Is it possible to stop the sticky menu from not resizing.

I would like to see the normal menu and sticky menu to be the same!

Post count: 22421

Hello,

This depends on the header style that you use. Please specify which header style you use as it’s not possible on all of them.

Thank you!

Post count: 47

Style 6

Post count: 20688

Hi,

You can try this code, enter it in Theme Panel->Custom Css, it should make the sticky menu remain the same during scroll

@media (min-width: 768px) {
.td-header-wrap.td-header-style-6 .td-affix .sf-menu > li > a {
line-height: 80px!important;
}
.td-header-wrap.td-header-style-6 .td-affix .td-main-menu-logo .td-header-logo img {
width: auto!important;
max-height: 80px!important;
}
}

Thanks

Post count: 47

Cheers exactly what I was looking for

Many Thanks

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