Home Forums WoodMart support forum reverse row columns on mobile or tablet

reverse row columns on mobile or tablet

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

    naciberk
    Participant

    Hi.
    i have pages with 2 columns like (wpbakery)

    image /text
    text / image

    On mobile text columns coming under eachother and looks bad
    Thats why on second row i checked “Reverse row column on mobile devices”
    But nothing happens

    Do you know any ideas what can be???

    • This topic was modified 1 year, 3 months ago by naciberk.
    Attachments:
    You must be logged in to view attached files.
    #535954

    Luke Nielsen
    Keymaster

    Hello,

    Yep, the issue is in the WPB itself, because that plugin doesn’t add appropriate styles for it.

    Use the code below to make it work:

    .vc_row.row-reverse-tablet {
        flex-direction: column-reverse;
    }

    Also, make sure that the “Content position” with the “Top” value is activated.

    Kind Regards

    #536079

    naciberk
    Participant

    Hi Luke and thanks for the quick and simple solution.
    is it enough to put that css only in mobile part?

    #536086

    naciberk
    Participant

    just tested 🙂 its works thanks man, you guys the best.

    #536130

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! If you do not mind, can you please leave a 5 stars rating for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot.

    Have a good day!

    Best Regards

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

The topic ‘reverse row columns on mobile or tablet’ is closed to new replies.