Shopify themes, liquid, logos, and UX
I'm looking for a code to help make the collage block images about 20% smaller (or to fit within the fold) and remain in the same format (3rds).
right now they re too large for the page and too pixelated.
here is the preview of my store: https://kx6agpnej9lgz08u-19884295.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Hi @Montique
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
@media screen and (min-width: 750px){
.collage {
max-width: 80%;
margin-inline: auto;
}
}
This is an accepted solution.
Hi @Montique
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
@media screen and (min-width: 750px){
.collage {
max-width: 80%;
margin-inline: auto;
}
}
Hello, I am using the Taste theme and I want to shrink the size of the collage section too. Will this code work for Taste Theme? Thank you.
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024