Design comparison
SolutionDesign
Solution retrospective
Feedback require. Can any one suggest me why footer is not set to the bottom, default empty area come after footer. Automatically right margin show, but i do not apply any margin on right of body?
Thanks.
Community feedback
- @MarkoNikolajevicPosted over 4 years ago
I think it's happening because you are using position absolute on it and on elements inside it. You can use display grid or flex to layout footer columns and items.
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord