Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #844828

    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,

    #845798

    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

    #846022

    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,

    #846491

    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

    #846535

    Hello Yigit,

    That fixed it!, thanks.

    regards,

    #846536

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘logo goes to right side in tablet and mobile mode (second language)’ is closed to new replies.