Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #754368

    HI

    CSS RTL issue

    https://www.bbbya.co.il/club/

    in column setting (e.g. right column setting)
    if Equal Height Columns is set to equal, the right column is displayed on the left and the left column is displayed on the right

    #757257

    Hey burgusya,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .flex_column_table.av-equal-height-column-flextable {
        display: flex;
        flex-direction: row-reverse;
    }

    Hope this helps.

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.