Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #408557

    Hello,

    we have a footer menue with e.g. impressum at the very bottom of the page.
    Problem is, that this menu doesn’t show on mobile.

    What can I do?

    #408730

    Hi VinzentE!

    Please provide us with a link to the site in question and we’ll take a closer look.

    Best regards,
    Rikard

    #409607
    This reply has been marked as private.
    #409881

    Hey!

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

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

    Regards,
    Yigit

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