Hello. Can someone kindly assist me with this issue? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Hello. Can someone kindly assist me with this issue?

The menu button doesnt seem to work no matter what I try. There are two menus one for mobile and for a laptop. ignore that. need to fix the mobile menu. https://code.sololearn.com/W6A2A16a3A8A

19th May 2021, 12:59 AM
Paul Kago
Paul Kago - avatar
3 Answers
+ 4
https://code.sololearn.com/W2inrqI9P9qr/?ref=app
19th May 2021, 2:09 AM
Gordon
Gordon - avatar
+ 2
because in css, you are not using the right selector operator: instead of minus sign ( dash: - ), you should use either the tilde ( ~ ) or the plus ( + )... former target all elements specified after wich are at same level and come after the element specified before, while later target only the next element sibling ^^
19th May 2021, 1:26 AM
visph
visph - avatar
0
Thanks guys. It works now
20th May 2021, 11:32 AM
Paul Kago
Paul Kago - avatar