Shopify themes, liquid, logos, and UX
Hi everyone,
I want to showcase these 3 pictures smaller on both desktop as mobile. Which code do i need for this. I want to customize the sized myself to see what fits best. So if anyone can provide the code need it would be very appreciated!
URL is www.lunalucente.com
Hello @lunalucenteskin
Go to online store > Edit theme code > theme.liquid > Insert the code before closing "</body>" .
<style>
#m-custom-template--22392517198168__1623402591881bd3d0 .m-mixed-layout.m-mixed-layout--mobile-scroll {
padding-right: 15px;
overflow: hidden;
}
@media screen and (max-width: 767px) {
#m-custom-template--22392517198168__1623402591881bd3d0 .m-mixed-layout--mobile-scroll .m-mixed-layout__inner>* {
width: 33.33% !important;
overflow: hidden;
height: auto;
}
#m-custom-template--22392517198168__1623402591881bd3d0 .m-mixed-layout--mobile-scroll .m-image-card {
--image-height: 100% !important;
}
}
<style>
- Here is the solution for you @lunalucenteskin
- Please follow these steps:
- Then find the main.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
.m-mixed-layout__inner {
justify-content: center !important;
}
@media (min-width: 1024px) {
.lg\:m\:w-1\/3 {
width: 26% !important;
}
}
- Here is the result you will achieve:
-You can reduce "26%" to a smaller number if you want a smaller image and vice versa.
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025