Shopify themes, liquid, logos, and UX
Hello,
Is there a way I can stack these before and after elements to be in rows of 3 somehow?
They are all different sections, but the way they currently list out is not a great UX to scroll down through.
https://9eoy9nmopb74de5x-39466729638.shopifypreview.com - real results page
Solved! Go to the solution
This is an accepted solution.
Hi @kirsten11123,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
.section-compare{
display: inline-flex !important;
width: 33.3% !important;
}
</style>
Thanks!
This is an accepted solution.
Hi @kirsten11123,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
.section-compare{
display: inline-flex !important;
width: 33.3% !important;
}
</style>
Thanks!
Legend, thank you so much!
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