Change header menu links to match a custom page

Topic summary

A user is redesigning their Shopify store (using Dawn 15 theme) and wants to modify the header menu spacing to match Trapstar.com’s style. The goal is to add space between menu items and ensure even distribution, but only on desktop devices—previous attempts caused other elements to break.

Solution provided:

  • Access Online Store → Edit Code → theme.liquid file
  • Insert custom CSS code above the </body> tag
  • The code targets desktop viewports to adjust menu item spacing

A screenshot shows the expected result with properly spaced menu items. The solution appears to address the desktop-only requirement while maintaining the desired visual appearance.

Summarized with AI on October 30. AI used: claude-sonnet-4-5-20250929.

Hello everyone,

I’m currently working on redesigning my website and I’ve encountered some issues. I’m trying to make my menu look similar to the one on Trapstar.com. However, every time I achieve the desired look, something else breaks.

Specifically, I want to add some space between the menu items and ensure they are spaced evenly. This should only apply to laptops or PCs, though.

Any help would be greatly appreciated!

Website: https://official-kortez.com/
Theme: DAWN 15

OfficialKortez_0-1743777777620.png

2 Likes

Hey @Official-Kortez

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like