How can I resize my product page collage for desktop view?

Solved

How can I resize my product page collage for desktop view?

MINHOJI
Excursionist
29 0 0

Hello

I put in a collage of the product page.

I like the size of the collage on the mobile, but the size of the collage is too big for the desktop.

I want to keep my mobile and reduce the size of my desktop collage.

My homepage is https://thesmeti.com/
It is.

Accepted Solution (1)
ThePrimeWeb
Shopify Partner
2139 616 523

This is an accepted solution.

Try using this as custom CSS, change the value 720px to fit the preferred size.

 

.collage {
    max-width: 720px;
    margin: auto;
}

.banner {
    max-width: 720px;
    margin: auto;
}

 

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

View solution in original post

Replies 7 (7)

ThePrimeWeb
Shopify Partner
2139 616 523

Hey @MINHOJI

Could you screenshot and show which parts you are referring to exactly?

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
MINHOJI
Excursionist
29 0 0

콜라주 질문.PNG

 

 

 

 

 

 

 

This screenshot is reduced to 60%.

I like the size on mobile, but the size of the desktop collage is too big.

ThePrimeWeb
Shopify Partner
2139 616 523

This is an accepted solution.

Try using this as custom CSS, change the value 720px to fit the preferred size.

 

.collage {
    max-width: 720px;
    margin: auto;
}

.banner {
    max-width: 720px;
    margin: auto;
}

 

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
MINHOJI
Excursionist
29 0 0

Where should I enter the code?

ThePrimeWeb
Shopify Partner
2139 616 523

Hey @MINHOJI,

 

Enter it here in the box that says “Custom CSS” in your Theme Customizer >Settings.
ThePrimeWeb_0-1705601385032.png

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
MINHOJI
Excursionist
29 0 0

Thank you so much for your kind reply.

Thanks to you, I solved it well.

ThePrimeWeb
Shopify Partner
2139 616 523

No problem! Glad it worked out for you

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!