Design comparison
Solution retrospective
i had issues with my website responsiveness, and i still can't figure it out.
What specific areas of your project would you like help with?All feedbacks will be appreciated
Community feedback
- @R3ygoskiPosted 7 months ago
Hello @Viccyace, congrats for finish your project, it's very good, adn close to the proposed design.
You are having problems with responsivty because of of two things, first is the image of the desktop monitor, it
max-width
is breaking your layout, I changed it to16em
and it's helped a little bit.But the main "breaker" is the
div.footer-nav-bottom
, there's something in it that's breaking the entire layout.After a long time I discovered, it's your
footer-nav
, it's have awidth: 30em
, I change this to12em
and seems to work now. And in yourfooter-nav-top
you need to remove that negative margin that you applied.Sorry for write these "half journal-feedback" but hope it can help you. lmao.
And again, congrats, your project is really very good, just need some little changes to make it more similar to mobile design, but it's fine. If something I said was unclear, please, comment below and I will try to help in best possible way.
0
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