Shopify themes, liquid, logos, and UX
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
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.
Solved! Go to the solution
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;
}
Hey @MINHOJI,
Could you screenshot and show which parts you are referring to exactly?
This screenshot is reduced to 60%.
I like the size on mobile, but the size of the desktop collage is too big.
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;
}
Where should I enter the code?
Hey @MINHOJI,
Enter it here in the box that says “Custom CSS” in your Theme Customizer >Settings.
Thank you so much for your kind reply.
Thanks to you, I solved it well.
No problem! Glad it worked out for you