Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #382975

    Hello
    i have a big problem
    on my site i have a footer menu with “Impressum”
    but on mobile devices this menu is hidden.
    How can i fix this? Is there a option for a different mobile main menu to add this menu points only on mobile?

    #383055

    Hi Tim2309!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 479px) {
    .responsive #socket .sub_menu_socket {
    display: block;
    }}

    Regards,
    Yigit

    #383072

    ok that works almost perfekt
    but on iphone 6+ in landscape its still hidden

    #383078

    Hey!

    Can you please use following code instead

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

    Best regards,
    Yigit

    #383081

    Thanks that work

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mobile Footer Menu’ is closed to new replies.