an
groups-icon

Get rid of floating header on mobile devices

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    Chuck M
    0 points
    Beginner

    For those of you using the themes that have floating headers, please realize that they REALLY reduce the viewable window on smaller mobile devices. If you want to keep the floating header but get rid of it for mobile devices put this code in your Custom CSS box…

    @media (min-width: 0px) and (max-width: 480px) { .sticky { display: none; } }

    You can increase the max width to whatever you want. Personally, I set my to 740px. This takes care of an iphone 6 turned sideways.

    Of course, if you just want to stop it from floating on all devices, then the code is just…

    .sticky { display: none; }

    That’s it.

    You’re welcome 🙂

    January 29, 2017 at 10:25 am
  • Josh njenga
    -10 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    January 30, 2017 at 2:40 pm
  • Chuck M
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    February 10, 2017 at 5:47 am
  • Harry Wahyudi
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    June 10, 2017 at 5:14 am

500

Views

3

Replies