Layout | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Layout

The hamburger menu icon is going toward right too much. Why? https://code.sololearn.com/WNACqIr0a59v/?ref=app

7th May 2019, 12:27 PM
Major Vicky
Major Vicky - avatar
4 Answers
+ 3
https://code.sololearn.com/WFADQBugXnjr/?ref=app
7th May 2019, 1:44 PM
Gordon
Gordon - avatar
+ 2
If quick, that delete "float: right;" @media screen and (max-width: 968px) { .navbar .nav div{display: none;} .icon{ display: block; float: right; animation-name: gowide; animation-duration: 2s; } }
7th May 2019, 12:45 PM
Solo
Solo - avatar
+ 2
Thanks but I solved it, actually the hidden nav's width was the problem.
7th May 2019, 2:10 PM
Major Vicky
Major Vicky - avatar
+ 1
So how would I align it to right
7th May 2019, 1:18 PM
Major Vicky
Major Vicky - avatar