elementor / elementor/hello-theme
An empty footer adds an indent - Unnecessary CSS
Open
- Dominant language
- PHP
- Stars
- 612
- Forks
- 239
- Avg merge
- 12h 5m
- Merged PRs (30d)
- 19
Description
If the footer is empty, then its block is still displayed on the page adding an indent to the bottom, because the styles for the tag specified padding.
``
```
.site-footer {
padding-top: 1rem;
padding-bottom: 1rem;
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.