The scroll top button (top arrow) that appears next to the footer appears on the desktop size. But when viewing on a mobile it does not appear. This means users have to scroll up manually making it a lot of work. Also is it possible to have the menu button stick on mobiles as well so one does not have to scroll up to click it?
Hey archieophobia!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block!important;
}}
Regards,
Yigit
Worked like a charm.
Any possibility of making the header/menu button stick on mobile, like it does on higher resolutions?
Thanks,
A
Hey!
refer to this answer: https://kriesi.at/support/topic/sticky-header-for-mobile/#post-276637
Regards,
Andy