Swap Columns from Mobile to Desktop Views

I found this code to help me, but i cannot for the life of me figure out how to put a class on a row in cornerstone with the advanced settings option turned on. I’m on regular X Theme for now, too scared of data/editting issues to switch to pro right now.

@media (min-width: 768px) {
.x-section .x-container.swapcolumns {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}

where can I apply the code “swapcolumns” to the row so it will work for me?

jesse

Hey Jesse,

Please see the screenshots below:

Hope this helps.

Awesome thank you!

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.