Hello!
I’ve tried to change the width to 100% of our newsletter page; https://bedrelyd.dk/pages/nyhedsbrev - but i can’t figure out what’s goes wrong.
There’s been multiples question regarding this, and tried several different solutions but nothing seems to work for me.
Thanks in advance
Hi @Bedrelyd ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.css->paste below code at the bottom of the file:
.template--nyhedsbrev .Container {
padding: 0 !Important;
}
.template--nyhedsbrev .Container .PageContent {
max-width: 100% !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
1 Like
It worked like a charm - thank you so much!
1 Like