Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1425706

    Hi
    We have several websites with Enfold and WPML.
    Now on one website, the language flags are not shown on mobile.
    Perhaps the problem is, that there the language flags are in the secondary menu which is not shown on mobile.
    How we can make, that the language flags are shown here?
    See examples in the private content section.
    Thanks very much.
    Best regards
    Mike

    #1425725

    Hey Michael,

    Thank you for the inquiry.

    You can bring back the top header or secondary menu using the following css code.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      #header_meta {
        display: block;
      }
    }

    Best regards,
    Ismael

    #1425735

    Hi Ismael
    It works. Thanks very much.
    You can close this issue.
    Best regards
    Mike

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Language flags nod visible on mobile’ is closed to new replies.