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

    Dear Support

    I am using following code for a responsive logo:

    @media only screen and (max-width: 480px) {
    .responsive .logo img {
    height: auto !important;
    width: auto;
    max-height: 40px;
    }
    }

    The logo is shown proper on mobiles in the main language (English) but not in the Thai translation.
    How do I get the logo responsive for the translations?

    Best regards

    #1090254

    Hey Jaispirit,

    Did you put that in Quick CSS? If so, did you check that it’s present in both languages on the backend?

    Best regards,
    Rikard

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