Last active
June 9, 2022 07:35
-
-
Save cobaltapps/0959657b63366357e9d31a3d964b25c2 to your computer and use it in GitHub Desktop.
Styles for Genesis Theme pages when using a Page Builder Plugin.
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
.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