• Resolved zeljkoilogic

    (@zeljkoilogic)


    Hey,

    I have a RTL website, and when I insert the Advanced Columns they switch positions.
    How can I disable that?
    So, to have normal position of the Columns on the backend and frontend but still have the RTL styles?

Viewing 1 replies (of 1 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hey @zeljkoilogic,

    I understood your requirements.

    Ideally, the columns should also be reversed in the case of the RTL site.

    But, If you still wish to keep the columns in the same position you can use the custom CSS below.

    .wp-block-uagb-columns .uagb-columns__inner-wrap {
      flex-direction: row-reverse;
    }

    It will again set the columns to their original position.

    Hope it helps, let me know how it goes.

    Regards,
    Rajkiran

Viewing 1 replies (of 1 total)
  • The topic ‘RTL and Advanced Columns’ is closed to new replies.