Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created January 5, 2016 18:03
Show Gist options
  • Save lukecav/31a0b9baad57af7cc248 to your computer and use it in GitHub Desktop.
Save lukecav/31a0b9baad57af7cc248 to your computer and use it in GitHub Desktop.
No Gap Betweeen Modules
/* 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