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

    Dear all,
    We use the Enfold theme and recognised that in the mobile version (e.g. iphone) the links to the “Impressum” und “Datenschutz” aren’t shown in the socket. I followed another thread on this topic and added the code offered by you. But also this doesn’t work.

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

    Please help urgently!

    #765929

    Hey MeSchWo,

    Please try this instead, it’s working when I try it in the browser. Make sure to clear you browser cache and reload after adding it.

    @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.