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
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025