Hi, this is an issue ive had for a while. In one of my collections i have 3 products, and the carousel only fits 2. Now the first product is cut and when i enable the slider, i cannot swipe to see the product on the left. Not sure if the container needs widening or a third column should be added.
Hi, www.oilinone.com
password: taztouz
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >base.css and paste this at the bottom of the file:
@media screen and (max-width: 749px){
.slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item, .grid--peek .grid__item {width: calc(50% - var(--grid-mobile-horizontal-spacing) - 1rem) !important;}
.grid--peek.slider .grid__item:first-of-type {margin-left: 16.5rem !important;}
.collection .slider--tablet.product-grid {scroll-padding-left: 18.5rem !important;}
}
Thanks!
THANK YOU SO MUCH