+ 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
3 Answers
+ 4
https://code.sololearn.com/W2inrqI9P9qr/?ref=app
+ 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 ^^
0
Thanks guys. It works now