Hi guys,
I am trying to add a media query for the mobile screen size but not sure where to put it and exactly how.
I am trying to achieve where the mobile screen size shows the collections one per row and currently, it shows 2 per row. The fullscreen and desktop sizes are correct as they should display 3 per row. I am using the debut theme.
Thank you in advance
Jason
@jasonLodder
Please share your web shop URL !
Thanks!
https://shop.jamesmuller.co.uk/
The password to access it is "cleaso"
Thank you
@jasonLodder
Please add the following code at the bottom of your assets/theme.scss.liquid file.
@media only screen and (max-width: 749px){
#shopify-section-1621793322c8b7c626 .small--one-half {width: 100% !important;}
}
Thanks!
Thank you @dmwwebartisan , that worked perfectly! You are a superstar!
@dmwwebartisan i am hoping you can help for this theme -New Products β Maxdino Store (maxdino-demo.myshopify.com) same issue about mobile showing only one column.. wanted it to show two columns .. thanks!!