• Resolved hatem1970

    (@hatem1970)


    columns structure is not following RTL when switched to Arabic

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Anca

    (@ancavictoria)

    Hello,

    WordPress itself defines if a language is RTL. Basically, the actual theme is responsible for showing RTL languages, not our plugin.
    But you can set a type of alignment for each element using a bit of CSS. For example, .item_1 is a class of your element where you can range its position just for the Arabic language (notice the .translatepress class with the specific language code it).

    .translatepress-ar .item_1 { text-align: right; }

    Let me know how this goes.


    Kind Regards,

    Anca

    Thread Starter hatem1970

    (@hatem1970)

    well This is what I thought of regarding page elements, thanks for mentioning the CSS to use. But I don’t know how to do this for the menu bar. for the logo and the menu in the header/menu bar

    Plugin Support Anca

    (@ancavictoria)

    Hello,

    Please follow these steps: Dashboard -> Appearance -> Customize -> Additional CSS and add the following:

    .translatepress-ar .et_pb_row_0_tb_footer { display: flex; }
    .translatepress-ar .et_pb_column_0_tb_footer { margin-right: 0px; }

    This should align the menu in the footer and the logo correctly.

    The menu bar and the logo appear correctly when the language is changed, but the one in the footer didn’t appear correctly.

    Let me know how this goes.

    Kind Regards,

    Anca

    Plugin Support Anghel Emanuel

    (@anghelemanuel99)

    Hello there,

    Since 5 days have already passed without getting a reply from you I will mark this ticket as “Resolved”.

    If there’s anything else, please let us know!

    Kind Regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘RTL issue’ is closed to new replies.