Any help for this problem?
Hi,
Thank you for the inquiry.
It is possible to move the flags inside the mobile menu, but it will require a lot of modification. What you can do is decrease the size of the logo in order to make room for the switcher.
@media only screen and (max-width: 767px) {
.responsive .logo img {
max-height: 80px;
max-width: 174px;
}
}
Best regards,
Ismael
Thank you Ismael.
Where should I place the code you sent?