Show 2 products in One column on mobile view

Solved

Show 2 products in One column on mobile view

Hamzataj
Shopify Partner
41 0 3

Hello, Guys Hope You All are doing well can someone please help me with how can show 2 products in One column on the mobile view in the default mobile view it's showing one product in one column.

Link: https://hairenergyofficial.com/

This section is on the home page on mobile view under the best seller heading.

WhatsApp Image 2022-09-28 at 7.55.14 PM.jpeg

 

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @Hamzataj

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

-Go to Online Store->Theme->Edit code

-Asset-> dt-framework.css  paste the below code at the top of the file.

@media(max-width:767px){

    #shopify-section-template--16461531447555__1629720615c1011b29 .grid.product-collection.dt-sc-column.four-column {

grid-template-columns: repeat(2,1fr) !important;

}

}

 

PageFly_0-1664378140070.png

 

Best Regards;

PageFly

 

View solution in original post

Replies 8 (8)

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @Hamzataj

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

-Go to Online Store->Theme->Edit code

-Asset-> dt-framework.css  paste the below code at the top of the file.

@media(max-width:767px){

    #shopify-section-template--16461531447555__1629720615c1011b29 .grid.product-collection.dt-sc-column.four-column {

grid-template-columns: repeat(2,1fr) !important;

}

}

 

PageFly_0-1664378140070.png

 

Best Regards;

PageFly

 

Hamzataj
Shopify Partner
41 0 3

Thanks but not working 

Hamzataj_0-1664379256856.png

 

PageFly-Victor
Shopify Partner
7865 1786 3131

but I don't see this code

PageFly_0-1664380227168.png

 

Hamzataj
Shopify Partner
41 0 3

Worked thanks 

 

PageFly-Victor
Shopify Partner
7865 1786 3131

you are welcome, I am glad when can help you

Hamzataj
Shopify Partner
41 0 3

One more thing thanks for your help 

 

Hamzataj
Shopify Partner
41 0 3

On my mobile, its still showing the same 1 column can you please check I have placed the code according to the media query

Hamzataj
Shopify Partner
41 0 3

desktop 

Hamzataj_0-1664382555852.png

Mobile : 

WhatsApp Image 2022-09-28 at 7.55.14 PM.jpeg