Created
July 18, 2018 11:53
-
-
Save maycomayco/b44454bc2ea8e9203cd024cf2e11322e to your computer and use it in GitHub Desktop.
VC 5 columns layout
This file contains 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
/* | |
* Set in row parent "five-columns" class | |
*/ | |
@media screen and (min-width: 768px) { | |
.five-columns.vc_row .vc_col-sm-2 { | |
float: left; | |
width: 18.5%; | |
padding: 0; | |
margin-right: 1.5%; | |
min-height: 0; | |
} | |
.five-columns.vc_row .vc_col-sm-2:nth-last-child(2) { | |
margin-right: 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment