Hello @armandorangel ,
You can follow these steps:
- Go to Online Store->Theme->Edit code
- Open your theme.liquid file, paste the below code before
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
A Shopify store owner is experiencing an issue where a menu item breaks into two lines when the dropdown menu appears, and they want to keep it on a single line.
Proposed Solutions:
Multiple community members offered CSS-based fixes:
theme.liquid file and adding custom code before the </body> tag.list-menu--disclosure { width: max-content !important; } to the bottom of base.csscomponent-list-menu.css with a media query setting width to 23rem !importantbase.css with a width of 24rem !importantCurrent Status:
The original poster reported that the first solution didn’t work. Dan-From-Ryviu provided a screenshot showing their solution’s result, but no final resolution has been confirmed. The discussion remains open with multiple alternative approaches available to try.
Hello @armandorangel ,
You can follow these steps:
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team