A user is experiencing a layout issue where their navigation menu header wraps onto two lines when longer menu items are added, disrupting the design’s appearance. They’re seeking a solution to keep the header on a single line regardless of content length.
Three different CSS solutions were proposed:
Solution 1: Add custom CSS via theme.liquid file above the </body> tag (specific code provided in screenshot)
Solution 2: Modify theme.css to reduce font size to 17px for screens wider than 1150px
Solution 3: Target base.css with responsive font sizing (15px) for screens between 1150px-1510px width
All solutions involve adding CSS code to reduce menu font size at specific breakpoints, forcing items to fit on one line. Each responder provided code snippets and visual examples of their proposed fix. The issue remains unresolved as the original poster hasn’t confirmed which solution worked.
Summarized with AI on October 29.
AI used: claude-sonnet-4-5-20250929.
Happy Wednesday! For the design on my landing page, as I introduce bigger words, it appears that the header went from a single line to a double and now it looks off. I am think and trying to see if there is a way to make it so my header will fit to size single line no matter what and be the correct size. Any additional help would be amazing!