Created
January 5, 2016 18:03
-
-
Save lukecav/31a0b9baad57af7cc248 to your computer and use it in GitHub Desktop.
No Gap Betweeen Modules
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
/* No Gap Between Modules | |
------------------------- */ | |
.no-gap .et_pb_column_1_2 { | |
margin-right: 0; | |
width: 540px; | |
} | |
.no-gap .et_pb_column_1_3 { | |
margin-right: 0; | |
width: 360px; | |
} | |
.no-gap .et_pb_column_1_4 { | |
margin-right: 0; | |
width: 270px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment