I am having some trouble making a specific collection display only two images on Mobile compared to Desktop.
I understand that this would have to be done through some CSS changes as Shopify does not offer this level of customisation through their editor.
Unfortunately, after looking through the code and thinking I have found the specific section, whenever I make changes, it does not update on the front-end.
Please see the code that I have tried to implement into theme.css.
@media screen and (max-width: 999px) {
.scroller {
overflow: hidden;
margin: 0 calc(-1 * var(–mobile-container-gutter)); /* On mobile we remove the container gutter to make sure the scroll is edge to edge */
}
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.