elementor / elementor/hello-theme

An empty footer adds an indent - Unnecessary CSS

Open
#177 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.