Shopify themes, liquid, logos, and UX
Hello,
Can I change Multicolumn section to 2 rows (as the red blocks) instead of 3 rows on Mobile.
My url: https://189ee3-2.myshopify.com/
Thank you,
Solved! Go to the solution
This is an accepted solution.
Hi @collins276
You can do that by adding this code to the theme.liquid file after <head> in Online Store > Theme > Edit code
<style>
@media (max-width: 767px) {
#Slide-template--16325952995510__multicolumn_GQTarg-2,
#Slide-template--16325952995510__multicolumn_GQTarg-3 {
max-width: calc(50% - 2px) !important;
}
}
</style>
- Helpful? Like and Accept solution! Or Support me: Buy Coffee
- 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: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
Code updated
<style>
@media (max-width: 767px) {
.multicolumn-list li:nth-child(2),
.multicolumn-list li:nth-child(3) {
max-width: calc(50% - 2px) !important;
}
}
</style>
- Helpful? Like and Accept solution! Or Support me: Buy Coffee
- 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: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
Hi @collins276
You can do that by adding this code to the theme.liquid file after <head> in Online Store > Theme > Edit code
<style>
@media (max-width: 767px) {
#Slide-template--16325952995510__multicolumn_GQTarg-2,
#Slide-template--16325952995510__multicolumn_GQTarg-3 {
max-width: calc(50% - 2px) !important;
}
}
</style>
- Helpful? Like and Accept solution! Or Support me: Buy Coffee
- 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: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Thank you😀
Is it possible to use Classname? Because if I remove and add columns again, Shopify will generate a new id.
This is an accepted solution.
Code updated
<style>
@media (max-width: 767px) {
.multicolumn-list li:nth-child(2),
.multicolumn-list li:nth-child(3) {
max-width: calc(50% - 2px) !important;
}
}
</style>
- Helpful? Like and Accept solution! Or Support me: Buy Coffee
- 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: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hey 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, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024