I created a menu that you can view here. When hovering over "tanfa demo example," the sublist appears on the right side.
The issue I'm facing is that my menu is positioned all the way to the right, which means the sublist also appears on the extreme right. I'd like the sublist to show up on the left instead.
I attempted to use CSS properties like "left: 0; top: 0;" but this just causes the sublist to overlap at the top-left corner of its parent element.
What I really need is for the menu to start from the "left: 0; top: 0" position of its parent and then slide towards the left. Ideally, I'd like to find a CSS solution for this problem.