Dawn Theme 13.0.1 How to make announcement bar full-width?

Topic summary

A user seeks to make the announcement bar full-width in Dawn Theme 13.0.1 and add a phone number to the top right corner.

Solutions Proposed:

  • Add CSS code targeting .page-width with max-width: 100%, padding: 0, and margin: 0 (all marked !important)
  • Two implementation methods suggested:
    1. Add to Custom CSS in announcement bar section settings
    2. Add to base.css file via “Edit Code”

Current Status:

  • The proposed solutions did not work for the original poster
  • Issue remains unresolved with no follow-up troubleshooting provided
Summarized with AI on November 11. AI used: claude-sonnet-4-5-20250929.

Also want to add phone number in the top right corner.

Hi @con_stolz

You can do that by adding this CSS code to Custom CSS of announcement bar section

.page-width {
max-width: 100% !important;
padding: 0px !important;
}

Hi @con_stolz ,

Go to your online store, click on “Edit Code,” find the base.css file, and add this code at the bottom.

.page-width {
max-width: 100% !important;
margin: 0px !important;
padding: 0px !important;
}

Thanks

1 Like

Hey,

Didn’t work.

Did not work