Dawn Theme - header

Topic summary

A user seeks guidance on utilizing the Dawn theme’s large header section to showcase their creative business services through a collage.

Key Questions:

  • Best practices for formatting the large header space
  • Whether Canva is suitable for creating header images
  • Optimal image proportions for this header area

Response Provided:
One participant offered a CSS code snippet to modify the header width:

  • Navigate to: Online Store > Themes > Customize
  • Add header { max-width: 100%; } to Custom CSS

Status: The original questions about Canva usage and recommended image dimensions remain unanswered. The discussion appears ongoing with the initial formatting concerns not fully resolved.

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

What’s the best way to use the large header in the Dawn theme? I want to make a collage of the various services my creative business provides, but I don’t know how to best format that. Is using Canva an option? If so, what proportions are best to use for this space?

1 Like

You can add this code to Custom CSS of Header in Online Store > Themes > Customize

header { max-width: 100%; }