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
Hi bearsnuggle,
Thanks for the login details, could you upgrade the account to admin rights please?
Best regards,
Rikard
Hi Rikard,
Thanks for the fast reply.
I just changed the account to admin rights, could you please check?
Thanks,
Lisa
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
Hi Yigit,
That didnt work :( I cleared all the cache and tried it again too and still the same.
Please help!
Thanks,
Lisa
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