Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello,
I'm using the collage sections with all the blocks removed but the image. I would like to scale the image (the logo "creature comforts") down to 60% of it's size, and left align it in the desktop version. How do I go about doing that?
I'm also open to not using collage to do this.
Solved! Go to the solution
This is an accepted solution.
In your base.css file add this at the very bottom
#shopify-section-template--24155683258689__collage_btn6h6 .media img{
transform: scale(0.4);
left: -25%;
}
This will reduce the image size. You can change the value to suit your needs
This is an accepted solution.
In your base.css file add this at the very bottom
#shopify-section-template--24155683258689__collage_btn6h6 .media img{
transform: scale(0.4);
left: -25%;
}
This will reduce the image size. You can change the value to suit your needs
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025