I would like to fix my mobile view only for the multicolumns section - Dawn theme

I would like to fix my mobile view only for the multicolumns section - Dawn theme

KelvinLeow
Excursionist
49 0 15

Hi there's a few changes i need to fix for the mobile view only.

1. To change my multicolumn for products category from 1 column to 2 columns:

KelvinLeow_0-1686118205385.png

 

2. But I would want the bottom multicolumn to be side by side like desktop for this part only

KelvinLeow_1-1686118255461.png

Desktop view:

KelvinLeow_2-1686118271676.png

 

I would really appreciate help from the pros. Thank you in advance!

 

https://fonpintar.myshopify.com/
Password: taclau

 

Replies 2 (2)

INA_MSWEB
Shopify Partner
1281 144 168

Hi @KelvinLeow 


I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the base.css file:

@media screen and (min-width: 749px) {

.grid--1-col .grid__item {max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2) !important;}

}

 

Regards,

San

If it’s helpful to you, please mark it as a solution.  


Need Help with Shopify Design, Migration, Speed, or Custom tasks?  
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin

KelvinLeow
Excursionist
49 0 15

Hi your code turn my slider into half instead of the multicolumn

KelvinLeow_0-1686121831984.png