Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Display flex property not working properly in RTL

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #241596
    Carey S
    Participant

    I have used flex property in LTR(Left to right language) it’s working fine and displayed as 3 columns, but I have use the same code for RTL(Right to left language ) it’s displaying in 2 columns.

    .adv{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100vw;
    }

    Right to Left displayed in two columns
    http://i.stack.imgur.com/anuHu.png

    Left to Right displayed in three columns
    http://i.stack.imgur.com/twPzK.png

    #241598
    Paulie_D
    Member

    We’d really need a brief demo in Codepen.io to see if we can help.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.