Hello,
@media screen and (max-width: 767px) {
.x-section .x-container.swapcolumns {
display: flex;
flex-direction: column-reverse;
}
}
@media screen and (max-width: 480px){
.x-section .x-row.swapcolumn .x-row-inner {
flex-direction: column-reverse;
flex-wrap: nowrap;
}
}
The codes above were given to me before the most recent updates.
They only function on the classic content rows.
Can you let me know what works on Pro?
Thanks,
Jesse
