Posts by Kurt Kreuser • 1 point
1 post
-
0
votes1
answer254
viewsA: Dropdown menu - transform <ul><li> into <select><option>
But do you need jquery to get the dropdown effect? Only media query (css) solves your problem; Your layout breaks at 768px, need to change the layout of the elements at this point: @media screen and…