Horizontal drop down submenu
-
Hello, The 3rd link, “Day Tours” drops down vertically. I’ve added a class called horizontal-menu to the top link as well as individual sub links, but neither has worked out. Does anyone see what I might need to change? We need it to display like the “Destinations” button on makersairdotcom.
#horizontal-menu ul { display: flex; align-items: stretch; justify-content: space-between; width: 100%; margin: 0; padding: 0; } #horizontal-menu li { display: block; flex: 0 1 auto; list-style-type: none; }The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Horizontal drop down submenu’ is closed to new replies.