Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello -
I am currently using the Impulse theme - and am building out a section using the "Text Column with Images" section. It currently limits to only 3 columns per row - but I am wondering if there is a way to modify it so that we can have up to 6 columns in a single row?
On the homepage, I have a few sections labeled "Our Collection" to test out the design styles. The top one is a standard collections list section, but the following two were built using "Text column with images".
PW: Polska711!
Hi @TylerK_Bastion ,
We need to customize the code to add more columns per row in Text Column With Image Section
We've carefully checked your website and found your "Text Column with Images" section is limited to only 3 columns per row , and you want to increase it to 6 columns per row.
To do this, you have to customize the code a bit.
Step 1: Look in the liquid file of Text Column with Images, is there this line of code?
<div class="grid__item medium-up--one-third">
<!-- ...... -->
</div>
Step 2: Fix this code into
<div class="grid__item medium-up--one-sixth">
<!-- ..... -->
</div>
Please note to adjust the alignment of the content in storefront after increasing it to 6 columns per row.
If it worked, please mark as a solution. Good luck!
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
Product Labels by BSS | B2B Solution & Custom Pricing
Need help from our expert? Kindly share your request with us via community@bsscommerce.com