Shopify themes, liquid, logos, and UX
Hi,
Im currently trying to replicate a 3 column product information just like the image below. Any idea how i can achieve that?
@hoothoot
This will require some coding experience with HTML/CSS, but basically what you want to do is:
1. Attribute a parent element to the three elements. Something like <div class="product-wrapper">
2. In the CSS, ensure the product-wrapper is of display flex.
.product-wrapper{
display: flex;
}
3. Then force its children to occupy 33.33% of the space; you may also consider using flex-wrap:nowrap;
@media (min-width: 750px){
.product-wrapper > *{
max-width: 33.33%;
}
}
As aforementioned it's a bit of a complex process to DIY without coding experience, but certainly achievable in any theme. I hope this helps shedding some light.
Kind regards,
DIego
Hey Diego!
I am also currently trying to get this style done. I am using the Stiletto Theme. Is there a chance to hire you for this job?
If so, what would this cost?
thanks in advance 🙂
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024