Also want to add phone number in the top right corner.
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-widthwithmax-width: 100%,padding: 0, andmargin: 0(all marked!important) - Two implementation methods suggested:
- Add to Custom CSS in announcement bar section settings
- Add to
base.cssfile via “Edit Code”
Current Status:
- The proposed solutions did not work for the original poster
- Issue remains unresolved with no follow-up troubleshooting provided
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


