Hi,
The scroll to top button is not visible in mobile/tablet view.
Also the socket is not showing completely on mobile.
Here menu points are missing. If you compare from desktop to mobile you see.
Thanks Simon
Hey simonac!
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;
}}
Cheers!
Yigit
That worked! But would it not better to make this function standart on mobile?
What did not work was to make the footer menu visible on mobile. I found this post:
https://kriesi.at/support/topic/footer-menu-display-issue-on-mobile-version/
That did the trick for potrait mode but in landscape the footer menu is still not visible. How to show the footer menu in portrait mode as well?
Regards, Simon
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) and (min-width: 480px) {
.responsive #socket .sub_menu_socket {
display: block!important;
}}
Scroll to top button is hidden on mobile to save space. Plus mobile browsers scroll to top automatically once you touch the top of the browser :)
Regards,
Yigit
That makes it appear on Landscape mode but in Portrait it is gone then.
Hi!
Can you please use it as following instead
.responsive #socket .sub_menu_socket {
display: block!important;
}
Cheers!
Yigit
Hi Yigit,
My footer socket does not show up on mobile, nor does the scroll to top button. I found this thread but the code does not work for me. Running Enfold 3.4.2.
Cheers!
Jordan
Hi,
Try the following: http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/
Best regards,
Rikard