All things Shopify and commerce
Hi, I'm trying to increase the width of the banner background in the email sign up for my page. I want the green background to extend to the sides of the screen and want this adapted for desktop and mobile. Please help!
Website: oforothers.com
PW: oneforyou
Solved! Go to the solution
This is an accepted solution.
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your base.css file and paste the following code at the bottom:
.newsletter.center.newsletter--narrow.page-width {
max-width: 100%;
padding: 0;
}
This is an accepted solution.
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your base.css file and paste the following code at the bottom:
.newsletter.center.newsletter--narrow.page-width {
max-width: 100%;
padding: 0;
}
Hi @celestel
Follow the below steps
Head to Theme Code Editor and find the file called base.css and paste the code to very bottom of the website
.newsletter.center.newsletter--narrow.page-width {
padding: 0 !important;
margin: 0 !important;
width: 100% !important;
max-width: 100% !important;
}
Hopefully, it will help you. If yes then Please don't forget to hit Like and Mark it as the solution!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025