How can I fix the max width on my Dawn + Shogun store pages?

Hello good people!

I want to make my store page(s) stay in a fixed size and not stretch out to fullscreen as it does now.
I have tried some max-width codes I have found here in the community, but it doesn’t change anything.
I want it to stay in for example 1200px and add padding on the sides to fill out the rest.
Could anyone please take a look and see if they have a good tip to come with?

Theme: Dawn
Store: https://rondane-baby.myshopify.com/
Password: butiad
Reference on how the setup should look: www.rudo.no

Hi.

Please add this code in base.css file.

body {
   max-width: 1200px;
   margin: auto;
}

Hello,

That did not work :confused:

Hello again,

I added it in the bottom. When i added it higher around 2700 mark it worked :slightly_smiling_face:
Thank you!

1 Like