Shopify themes, liquid, logos, and UX
Hello community,
I need assistance with aligning images on the Sense Theme. I'm using multi-columns to set a custom layout for my gallery images and have set the alignment to "centre." However, the images are only aligned with the left side of the page and not the right. While I managed to make a single image span the whole page, I'm struggling to figure out how to evenly space the images across the page and align them on both sides. Any help would be greatly appreciated!
The page can be viewed here: https://marcjamesgallery.com/pages/catalogue
Solved! Go to the solution
This is an accepted solution.
Hi @marcjames
Please add this code to the Custom CSS of that multiple-column section to solve it
ul.grid { justify-content: space-between; }
.multicolumn-list__item.center .media--adapt img { width: 100%; }
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
This is an accepted solution.
Hi @marcjames
Please add this code to the Custom CSS of that multiple-column section to solve it
ul.grid { justify-content: space-between; }
.multicolumn-list__item.center .media--adapt img { width: 100%; }
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Many thanks! This worked perfect.
Hello @marcjames
Go to online store ---------> themes --------------> actions ------> edit code-------> assets------>section-multicolumn.css ------> line number 224
delete this code
.multicolumn-list {
column-gap: 0 !important;
}
Go to online store ---------> themes --------------> actions ------> edit code-------> assets------>section-multicolumn.css ------> line number 32
.multicolumn-list__item.center .media--adapt, .multicolumn-list__item .media--adapt .multicolumn-card__image:nth-child(2) {
width: auto;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Hey 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, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025