Skip to content

Instantly share code, notes, and snippets.

@topleague
Created May 9, 2018 18:28
Show Gist options
  • Save topleague/d8fc624f584072eb8f7b7eebb66260f9 to your computer and use it in GitHub Desktop.
Save topleague/d8fc624f584072eb8f7b7eebb66260f9 to your computer and use it in GitHub Desktop.
CSS for SVG in Gensis
/* STYLING AFTER HERO WIDGET */
.after-hero .wrap {
max-width: 100%;
font-size: 0;
padding-right: 0;
padding-left: 0;
}
/* STYLING BEFORE FOOTER WIDGET */
.before-footer-widget {
background: #8b46ffeb;
font-size: 0;
}
.pre-footer-widget .wrap {
max-width: 100%;
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment