Last active
August 6, 2018 18:36
-
-
Save ThatGuySam/d3c4c139a0f1f67ffb0172f8defe799c to your computer and use it in GitHub Desktop.
Reverse Rows in Visual Composer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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