Hi,
I’m building an employee listing and have each row alternating image on onside, text on the left for desktop.
http://www.dangerpress.com/crew/
When viewed in mobile, the rows that have text on the left get put above the image on the right. I need the image always above the text.
Is there a way I can specify that in mobile, the image should be above the text in Visual Composer?
I’ve tried adding swapcolumns class to the columns I want to change and added the css:
@media (max-width: 767px) {
.x-section.swapcolumns .x-container {
display: flex;
flex-flow: column-reverse wrap;
}
Thanks,
J