Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #417695

    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

    #417802

    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

    #418402

    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

    #418624

    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

    #419179

    That makes it appear on Landscape mode but in Portrait it is gone then.

    #419470

    Hi!

    Can you please use it as following instead

    .responsive #socket .sub_menu_socket {
      display: block!important;
    }

    Cheers!
    Yigit

    #536801

    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

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