Turn off fixed header for plugin on mobile device?

This topic has 4 replies, 2 voices, and was last updated 9 years, 5 months ago ago by Eva Kemp

  • Avatar: freerunner
    freerunner
    Participant
    November 9, 2014 at 06:57

    I have a plugin that I am using to display my products and it comes with a fixed header that is attached to the top the page as you scroll down the page. As seen in this photo:

    I like the fixed header option on the PC, but would like to have it disabled for mobile devices as it gets in the way. Is there anyway to disable it using CSS? Please advise

    Name of plugin in private content

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    November 10, 2014 at 10:26

    Hello,

    You need add this code into the file spreadplugin.css that is located in Spreadplugin folder:

    @media (max-width: 480px) {.spreadplugin-menu.fixed {
    display: none !important;
    }}

    Regards,
    Eva Kemp.

    Avatar: freerunner
    freerunner
    Participant
    November 10, 2014 at 18:44

    Eva,

    Thanks for the reply. That worked, thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    November 10, 2014 at 18:59

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Turn off fixed header for plugin on mobile device?’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.