Mobile plugin – make header not appear on scroll up

Posted in: Newspaper
Post count: 37

Hello,

We utilize Newspaper with the mobile plugin on our site located at https://www.theapex.racing

On mobile devices, the header bar (with menu button, logo and search button) disappears when scrolling down but reappears when scrolling up.

I can’t find a theme panel option to change this behavior. Is there a way to stop the header from reappearing when scrolling up using custom CSS?

Thank you!

Post count: 20688

Hi,

That snap is set by default when scrolling up, I could give you a simple code to cancel it. Enter it in the custom CSS section of the mobile theme – http://prntscr.com/mgu36b

.td-header-wrap {
position:static!important;
}
.td-main-page-wrap {
padding-top: 0!important;
}

Should work, give it a try.
Thanks

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