Design comparison
Solution retrospective
Unfortunately I am struggling on making this responsive at all. Any attempts at media queries failed to work. I would love to know what I need to do / change to make it responsive aside from using a CSS framework such as Bootstrap.
Community feedback
- @emestabilloPosted about 4 years ago
Hi @haIIux, have you tried
flex-direction: column
on.contentBox
? The divs should stack as expected.1@haIIuxPosted about 4 years ago@emestabillo thank you! That did the trick, now I just have to figure out how to properly align the share pop up.
0 - @DishockPosted about 4 years ago
This comment was deleted over 3 years ago
0@haIIuxPosted about 4 years ago@Dishock I did attempt that with media queries but no matter what I attempted to change, it failed to change. I am using flexbox so I attempted to just simply change the container direction and had no luck.
1@MichickoPosted about 4 years ago@haIIux Choose a break point for the mobile view and then change the flex-direction to column. You can then start adjusting to your taste.
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