reverse row columns on mobile or tablet
-
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, 6 months ago by
naciberk.
Attachments:
You must be
logged in to view attached files.
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
Hi Luke and thanks for the quick and simple solution.
is it enough to put that css only in mobile part?
just tested 🙂 its works thanks man, you guys the best.
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
The topic ‘reverse row columns on mobile or tablet’ is closed to new replies.