is the website that's causing me trouble.
I'm struggling with the "My Cart" drop-down feature after adding a product. Specifically, there's an issue with displaying a list item horizontally in one of my dropdown menus.
The main problem I am facing is getting the information to appear in a single row for a button in the dropdown. This includes showing the product image, name, quantity, and cost all on the same line. However, due to some width constraints or other factors, the information ends up stacking vertically instead.
Despite trying multiple adjustments, nothing seems to fix this issue. When I change the cart_list ul from position:absolute to relative, it corrects the alignment but then causes problems with the parent link.
Does anyone have any suggestions or solutions for this problem?