Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #697560

    Hi there,

    Could you please help disabling the sticker header feature in tablet mode?

    By default, checking the “If checked header will stick to the top of your site if user scrolls down (ignored on smartphones)” box only disable it for smartphones but I would like to have it disabled as well for tablets.

    Thank you,
    Lisa

    #697686

    Hi bearsnuggle,

    Thanks for the login details, could you upgrade the account to admin rights please?

    Best regards,
    Rikard

    #697945

    Hi Rikard,

    Thanks for the fast reply.

    I just changed the account to admin rights, could you please check?

    Thanks,
    Lisa

    #697949

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1024px) {
    .responsive #top .av-submenu-container {
        top: auto !important;
        position: relative !important;
        height: auto;
    }
    .responsive #top #wrap_all .av-menu-mobile-active.container {
        width: 100%;
        max-width: 100%;
    }
    }

    Regards,
    Yigit

    #697999

    Hi Yigit,

    That didnt work :( I cleared all the cache and tried it again too and still the same.

    Please help!

    Thanks,
    Lisa

    #698328

    Hi,

    I created a private testing page and it does work fine on my end. Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.