Scrollable horizontal menu

I want the menu to be scrollable horizontally and everything in one row. Right now, each ul item is in two rows if it has two works, I want word next to word and ul next to ul. If anyone is able to help me out, I would appreciate it a lot. Tried multiple solutions, none worked. Here is my development website: https://alysdev.xyz/returns/
1 Reply
clevermissfox
clevermissfox7mo ago
Use display:flex on the containers holding both uls , then apply overflow-x: scroll;