• Marouane87

    (@marouane87)


    Hello!

    I’m using animestar theme (which doens’t support RTL by default). So I added the RTL language package to wordpress and then followed this tutoriel . Everything is perfect except for the logo picture that remains in the left (and the partener picture that remains in the right) and does not become inverted like in this picture

    The code for the logo is the following (in the rtl.css I’ve created):

    .logoimg {
        margin: 30px 0 0 0;
    }
    //and
    .logoimg {
            padding-left: 0;
            padding-right: 0;
            margin-left: 0;
            margin-right: 0;
        }

    Any idea how can I invert them please? Thanks!

  • The topic ‘Logo image and RTL’ is closed to new replies.