Skip to content

Instantly share code, notes, and snippets.

@ThatGuySam
Last active August 6, 2018 18:36
Show Gist options
  • Save ThatGuySam/d3c4c139a0f1f67ffb0172f8defe799c to your computer and use it in GitHub Desktop.
Save ThatGuySam/d3c4c139a0f1f67ffb0172f8defe799c to your computer and use it in GitHub Desktop.
Reverse Rows in Visual Composer
/*
* Just add vc_reverse-rows to the classes of what you want to reverse
*/
.vc_reverse-rows .col {
flex-direction: row-reverse;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment