I have an issue right here in making the drop-down menu to be shown horizontally rather than vertically is there any way for this to be fixed? hairofthedogvinyl.com
Topic summary
A user encountered an issue with a dropdown menu displaying vertically instead of horizontally on their Shopify store.
Solution provided:
- Navigate to theme’s “Edit Code” option
- Locate the “theme.liquid” file using the search bar
- Insert custom CSS code below the
<head>tag - A reference screenshot was shared showing the correct placement
Outcome:
- The solution successfully resolved the horizontal menu display issue
- The original poster confirmed it works
Note: The discussion contains reversed/mirrored text in the original posts, but the core technical solution involves adding CSS styling to the theme’s liquid file.
Hey @tarekanani ,
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
Screenshot is for reference only, the correct code to paste is the one shown above.
thanks this works
![]()
