Solved

Single column mobile Shella theme

lukasz666
Explorer
52 0 12

Hello there, 

Im would like to display one product per row when viewed on mobile. Help please!

https://artisan-21.myshopify.com/

 

 

Accepted Solutions (2)

Zworthkey
Shopify Partner
5581 642 1567

This is an accepted solution.

hii, @lukasz666 
Paste this code on top of the style.scss file.

.col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

Thank You.

View solution in original post

Zworthkey
Shopify Partner
5581 642 1567

This is an accepted solution.

@lukasz666 
Add this code.

@media only screen and (max-width: 768px) {
.col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
}

Thank You.

View solution in original post

Replies 8 (8)

Zworthkey
Shopify Partner
5581 642 1567

This is an accepted solution.

hii, @lukasz666 
Paste this code on top of the style.scss file.

.col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

Thank You.

lukasz666
Explorer
52 0 12

gold. Works perfectly thanks a lot!

Zworthkey
Shopify Partner
5581 642 1567

@lukasz666 
Welcome.

lukasz666
Explorer
52 0 12

Im sorry I was too fast. 

It works perfect on mobile but it switched desktop to 1 product also ( I would like to keep 3 products desktop / tablet and 1 product mobile. 

Can you help with that? 

Luk

Zworthkey
Shopify Partner
5581 642 1567

This is an accepted solution.

@lukasz666 
Add this code.

@media only screen and (max-width: 768px) {
.col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
}

Thank You.

lukasz666
Explorer
52 0 12

fixed. thanks! 

Zworthkey
Shopify Partner
5581 642 1567

@lukasz666 
Welcome!

MPI_themes
Shopify Expert
119 2 35

@Zworthkey thank you for your help.

This feature added to the theme options now.

Shopify App / Theme developer
https://mpthemes.net/