Home Forums WoodMart support forum Row reverse on mobile in RTL languages

Row reverse on mobile in RTL languages

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #168355

    Hosseinnkh
    Participant

    Hello,

    I worked with a lot of themes, I’m sure that Woodmart is one of the strongest with amazing features and it is easy and smooth to work. First of all I want to thank you for this good job.

    Also during using the theme, I faced some points or issues that I want to tell them to the XTEMOS team to stronger the product for everyone and also for me on websites. I hope the XTEMOS team is OK with it.

    One of them is in RTL languages and in columns reverse in mobile and tablet.
    I think some of “Reverse in RTL” in tablet and mobile “Row” options must be activated as default in RTL languages’ CSS files, not as an option. At the time I write this post, it is off by default in RTL, so we need to change it in aaaaaaal of rows in the entire website. So as you understand it is a huge extra work.

    I know that with some small CSS modifications I can make it happens, but I create this post because I also want it to be a default option in the RTL CSS of the theme for future.

    I try to clear the air by pictures instead of speaking a lot.

    https://snipboard.io/1yZpjY.jpg

    https://snipboard.io/BjCPHc.jpg

    https://snipboard.io/jTVK4g.jpg

    https://snipboard.io/v8fMUy.jpg

    https://snipboard.io/DVL2vc.jpg

    Best Regards

    #168380

    Hosseinnkh
    Participant

    I put this CSS for now, and wait for your update dear XTEMOS team.


    @media
    (max-width: 767px){
    .vc_row{
    display: flex;
    flex-wrap: wrap-reverse;
    box-sizing: border-box;
    }}

    Kind Regards

    #168382

    Artem Temos
    Keymaster

    Hello,

    Thank you very much for your notice. You are right about the RTL problem with rows and columns. But this kind of issue should be considered to be fixed from the WPBakery page builder developers. If we will add this code, it will change a lot for other customers with already created content. So we suggest you to use this simple snippet on your website and probably, the WPBakery team will add some extra options for that in the future.

    Kind Regards

    #168385

    Hosseinnkh
    Participant

    Hello,

    Ok. I understand and you are right.

    Thank you.
    Kind Regards

    #168386

    Artem Temos
    Keymaster

    Fine, you are welcome. Feel free to contact us if you will have any questions.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Row reverse on mobile in RTL languages’ is closed to new replies.