Home › Forums › WoodMart support forum › reverse row columns on mobile or tablet › Reply To: reverse row columns on mobile or tablet
February 1, 2024 at 6:22 pm
#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