Design comparison
SolutionDesign
Solution retrospective
My first Sass project. Any sort of feedback is much appreciated.
Community feedback
- @yusufwebPosted over 3 years ago
Try using below code on your mobile menu 1 . ```header-container .navbar .nav-items { Width: 400px; Position: absolute; Left: 50%; Margin-left: -200px (negative half of your width) } This will position the mobile menu in the center. Then you can modify the width for other mobile screen sizes.
Marked as helpful0@darshii98Posted over 3 years ago@yusufweb I tried that mate, but my tooltip arrow keeps moving around when I change the screen width.
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