Design comparison
SolutionDesign
Solution retrospective
Need help with my send button for the phone screen, I don't know how to keep it in the same place
Community feedback
- @SoulRvr29Posted about 1 year ago
When you set
position: absolute;
on your button, you should set it's parent toposition: relative
.Set
.action
toposition: relative
, and then in the button instead ofleft: 500px;
setright: 0;
. Also removeleft: 265px;
from media queries. This should help. Good luck!Marked as helpful0
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