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