Dawn Theme: How to make home page sections all full page width

On my website, https://www.fleshandbloodcards.com I have a rich text section and a page section followed by some other sections. I want the sections to all be the same width. How can I make the rich text and page sections at the top of my home page the same width as the multi column etc. sections which follow please?

Hi @chad0x001

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the css file:

@media screen and (min-width: 990px){ .page-width--narrow {max-width: 100% !important; padding: 20px 10em !important;} }

Regards,

San

Hey Sam, thanks for the help. Where is the css file to be found please?

Hi @chad0x001 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like

Thanks very much Victor, worked perfectly. I wish I was as good at this as you are!