Skip to content

Instantly share code, notes, and snippets.

@cobaltapps
Last active June 9, 2022 07:35
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cobaltapps/0959657b63366357e9d31a3d964b25c2 to your computer and use it in GitHub Desktop.
Save cobaltapps/0959657b63366357e9d31a3d964b25c2 to your computer and use it in GitHub Desktop.
Styles for Genesis Theme pages when using a Page Builder Plugin.
.builder-page .site-inner {
max-width: 100%;
padding: 0;
}
.builder-page .content {
width: 100%;
}
.builder-page .entry {
margin-bottom: 0;
}
.builder-page .post-edit-link {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment