Goal: Left-align the desktop banner text and increase the size of both the main headline and the smaller slogan, with a slight left gap consistent with the collection heading spacing. Mobile is already correctly left-aligned.
Proposed solution 1 (CSS in base.css — the theme stylesheet):
Update banner alignment to the left (justify-content and text-align rules).
Hide a decorative overlay (:after on .content-container).
Remove padding on the banner box.
Increase the H1 font size to 50px.
Result image shows text left-aligned and larger.
Proposed solution 2 (edit theme.liquid — the main layout file):
Instructs adding code above the closing tag. However, the actual code snippet is missing in the post. A result image indicates a left-aligned outcome, but details are unclear.
Notes/Status:
The “slight gap from the edge” requirement isn’t explicitly addressed; solution 1 sets banner box padding to 0 (no gap).
No confirmation from the original poster about whether either solution fully meets the spacing and sizing needs. Discussion remains open.
Summarized with AI on December 16.
AI used: gpt-5.
I don’t want the text against the edge of the screen, but with a slight gap from the edge (the spacing can be consistent with the collection heading spacing below my banner). I am happy with the hight, it must just be aligned left.