Skip to content

Instantly share code, notes, and snippets.

@angellromero
Last active March 26, 2017 21:55
Show Gist options
  • Select an option

  • Save angellromero/e593490b7541c6eac260839cc67ca3bc to your computer and use it in GitHub Desktop.

Select an option

Save angellromero/e593490b7541c6eac260839cc67ca3bc to your computer and use it in GitHub Desktop.
CMS Content
/* New CSS rules must be nested under the .cms-content class */
.cms-content p {
margin-bottom: 20px;
}
<!-- All content added to cms pages must be enclosed within a parent container with an attached class of .cms-content-->
<div class="cms-content">
<p>Cms content does here</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment