Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #727450

    Hello,

    My Footer menu disappears (can not be seen) on mobile devices (Iphone). On my desktop PC, however, everything is displayed wonderfully.

    What can I do to make it visible on mobile devices?

    Page: http://www.diamondgains.com/

    Thanks for your help! Nice day

    #727816

    Hey TimWP3,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #socket .sub_menu_socket {
        display: block !important;
    }
    }

    Best regards,
    Rikard

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