creativecommons / creativecommons/creativecommons-base
Determine how best to remove the 24px margin from default page template
- Dominant language
- PHP
- Stars
- 11
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the default page template has a `container` class that adds 24px of the bottom margin. This causes an empty white bar to appear between the page content and the footer.

We added the `content` class with the idea that it would cause typical HTML elements to behave as expected since Bulma contains a `minireset.css` that removes HTML default styles like margin and padding.
It is worth considering that our page template already defines `main-content` and `entry-page-content` elements that may make the Bulma `content` class unnecessary in that context.

## Task
- [ ] determine origin of `main-content` and `entry-page-content` classes
- [ ] determine how best to remove the 24px bottom margin from the page template(s)
- [ ] ensure that default HTML elements from the Gutenberg editor still render as expected
Contributor guide
Assessment
This issue has not been assessed yet.