Making the width of content fix to 1326px on desktop / Theme: Ira

Hello Shopify-Coder,

please help me making the width of the content (collage and gallery) fix to 1326px on desktop.

Theme: Ira

Link: https://shop.opboards.com/

Password: opboards

Problem: I don´t want the main content to be over the full width, as the gallery and collages are getting very big then. I want the content to be in a good size at a maximum of 1326px on desktop.

Thank you very much for your help!

Best, Felix.

@opboards ,

You want to look like this in your store?

1 Like

Hello @oscprofessional ,

close to this, right.

I want the banner and footer to be full width (as it is right now) and all the other content on fixed to 1326 px.

Thank you in advance.

@opboards ,

Ok ,

for home page add this

div#shopify-section-16294928533f7b639d, div#shopify-section-16321754608f18511d, div#shopify-section-1632182585d3ff075a, div#shopify-section-16321791453749d382 {
    max-width: 1326px;
    margin: 0 auto;
}

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->index.scss.liquid

1 Like

Hi @oscprofessional ,

pasted it in index.css.

Worked perfectly.

Thank you very much!