Hello,
First of all i love the new updates, although i seem to always have trouble with the second language and this theme.
if you have a look at my arabic site in tablet or mobile mode, the logo changes sides and moves behind the burger menu, how can i fix that?
Regards,
Hey Jihad,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.responsive .rtl .logo img {
float: left;
}
Best regards,
Yigit
Hello Yigit,
that worked but the logo is not sitting in the right place, its semi sitting left center. Whats the fix for that?
Kind regards,
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) {
.responsive .rtl .logo {
width: 100% !important;
}}
Best regards,
Yigit
Hello Yigit,
That fixed it!, thanks.
regards,
Hi,
I’m glad you were able to get this fixed. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon