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
Follow these steps:
-
Go to Online Store → Theme → Edit code
-
Open your base.css file and paste the following code at the bottom:
.newsletter.center.newsletter--narrow.page-width {
max-width: 100%;
padding: 0;
}
1 Like
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!