We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

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

Solved

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

opboards
Excursionist
19 0 3

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.

Accepted Solution (1)
oscprofessional
Shopify Partner
16407 2444 3196

This is an accepted solution.

@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

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

View solution in original post

Replies 4 (4)

oscprofessional
Shopify Partner
16407 2444 3196

@opboards ,

You want to look like this in your store?

oscprofessional_0-1632199709776.png

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
opboards
Excursionist
19 0 3

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.

oscprofessional
Shopify Partner
16407 2444 3196

This is an accepted solution.

@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

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
opboards
Excursionist
19 0 3

Hi @oscprofessional,

pasted it in index.css.

 

Worked perfectly.

 

Thank you very much!