Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1236994

    Hi,
    I installed the Wpml and added an RTL language on an English website.

    I added the next code to the quick css to successfully fix the problem:
    #top .main_menu .menu li {
    float: none;
    }

    So far so good, but once I Enable the CSS file merging and compression in the performance tab it ignores my quick CSS fix and the sidebar looks bad.

    how can I overcome this problem?

    #1237400

    ?

    #1237739

    Hi uribinsted,

    Best regards,
    Victoria

    #1237992

    Hi Victoria,
    Thanks for your reply,
    apparently it is displayed broken only once I am logged-in as admin :-)

    #1238439

    Hi uribinsted,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1238729
    This reply has been marked as private.
    #1240201

    Hi,

    Thank you for the info.

    You can use this css code to override the default style of the menu items in the HE version or language.

    .html_header_sidebar[lang="he-IL"] #header .av-main-nav > li {
    	float: none !important;
    }

    It doesn’t work as expected when logged in because for some reason this css code is still in effect.

    #top .main_menu .menu li {
        float: right;
    }
    

    Best regards,
    Ismael

    #1240290

    Thank you Ismael,
    It fixed the problem :-)

    #1240438

    Hi uribinsted,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘WPML RTL Main menu sidebar css issue’ is closed to new replies.