Dawn Theme - make a custom liquid section full width

Topic summary

A user is experiencing white borders around a custom liquid section on their Shopify store using the Dawn theme.

Initial Solution:

  • Another user provided CSS code targeting specific container classes to remove margins and set full width
  • The code was successfully added to the theme.liquid file before the </body> tag, initially resolving the issue

Current Problem:

  • After updating to the newest version of the Dawn theme, the white borders returned despite the previously applied CSS fix
  • The user is asking if there’s an updated code solution or modification needed for the new theme version

Status: The helper is attempting to access the site to diagnose the issue with the updated theme, but encountered initial URL access problems that were resolved after the user corrected a typo in the domain.

Summarized with AI on November 12. AI used: claude-sonnet-4-5-20250929.

@LatinLotus , try to add it in theme.liquid file before the tag like this :


1 Like