Hi,
I’d like to change the max number of icons in raw in the multicolumn to 6 instead of 4.
currently, when i have 6 icons this is what happens:
I want all 6 to be in the same raw.
Another thing, I’d like to remove the ■■■■■ space between the icons, and make so there’s one background for the entire section.
this is what i have now:
thanks!
Hii, @Shauletay
kindly share your store access so we can customize the columns to 6 instead of 3.
As, this can be done through custom code.
@Shauletay unable to open website properly . can you please tell where we can add password to access your store.
Thanks in advance
@Shauletay for adding 6 columns in theme you can done through custom coding :
Let’s try this code and let me know if it works.
please add this code
-
Go to Online Store->Theme->Edit code
-
Asset->/section-multicolumn.css ->paste below code at the bottom of the file.
@media screen and (min-width: 750px){
#shopify-section-template--15298090008815__1635154722a243cb8f .grid--2-col-tablet .multicolumn-list__item {
margin-top: 1rem;
max-width: 16.66% !important;
}
}
sorry but this code didnt change anything.
you can check this preview link of my store:
https://9bl8zm1e4999hbfu-56517656739.shopifypreview.com
thanks
Hi @premadestores
Thanks for this tip. I was wondering if you know how to make it page specific. I am already using the Multicolumn on the home page and like its current size. However, I want to make these smaller on a different page. When I added your code it changed all pages using the multicolumn.
Any extra advise? Thanks