Shopify themes, liquid, logos, and UX
Hi is there anyone that knows how to make the multicolumn on mobile more than 2?
Here is the store: Pete's Rubbers
I would really appreciate your help.
Solved! Go to the solution
This is an accepted solution.
Hi @Rio_Omnis
You can add this code below to Custom CSS of that section in theme customize
@media (max-width: 749px) {
.multicolumn-list__item {
width: calc(30% - var(--grid-mobile-horizontal-spacing) / 3);
max-width: calc(40% - var(--grid-mobile-horizontal-spacing) / 3);
}
}
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
@Rio_Omnis
1/ Shopify admin > Online store > Edit code
2/ Search for "theme.liquid" file
3/ Open the file and search for </head> tag and add the following code above </head> tag:
Here is the code for Step 3:
{% style %}
@media screen and (max-width: 768px){
Hi just wondering if I'm doing something wrong? When I place it above </head> it gives me this error
paste the below code before </head>
<style>
@media screen and (max-width: 768px){
</style>
It ends up looking like this
An extremly sorry for this try this code, hope it will working
<style>
@media screen and (max-width: 768px) {
.multicolumn-list {
display: flex !important;
flex-wrap: wrap !important;
gap: 10px !important;
}
.multicolumn-list > li {
flex: 1 1 calc(33.33% - 10px) !important;
max-width: calc(33.33% - 10px) !important;
}
}
</style>
Hi @Rio_Omnis
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
@media screen and (max-width: 749px) {
.grid--2-col-tablet-down .grid__item {
width: calc(30% - var(--grid-mobile-horizontal-spacing) / 2);
}
}
Result:
Best,
Liz
By any chance do you know how to also make the images clickable?
You can refer to this link: http://www.w3schools.com/TAGs/att_a_href.asp
I can see the code you're referring to I just don't know how to apply it to the multicolumn
@Rio_Omnis
I can definitely help you make the images clickable! However, I'll need access to snippet of the section where you're trying to add this functionality. If you can share the relevant Liquid code, I'll guide you accordingly.
I honestly don't know a lot about where code is placed but if it was to be somewhere it's probably on the multicolumn.liquid. I have taken some snapshots let me know if this helps.
This is an accepted solution.
Hi @Rio_Omnis
You can add this code below to Custom CSS of that section in theme customize
@media (max-width: 749px) {
.multicolumn-list__item {
width: calc(30% - var(--grid-mobile-horizontal-spacing) / 3);
max-width: calc(40% - var(--grid-mobile-horizontal-spacing) / 3);
}
}
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025