Sticky Menu Issue

Posted in: Newspaper
Post count: 50

Hello, my client wants to use the Language Bar Flags plugin. It places a set of country flags directly above the top bar.
I looked at the plugin’s CSS, and discovered that it’s 24 pixels tall.

When I enable the Sticky Header, it gets blocked by the set of country flags when the Sticky Header feature activates, and that’s likely because of the 24 pixels that need to be adjusted in CSS.

Help!

Post count: 20688

Hi,

You could set a padding for the header menu, so when it is sticky there will be space for the flags to display. Something like this
https://www.screencast.com/t/vzuYchl3P

.td-header-style-9 .td-header-menu-wrap.td-affix .td-header-main-menu {
padding-top: 24px;
}

Thanks

Post count: 50

Excellent! Thank you!

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