Products not rendering in collections module

Hi there,

My Collection is showing up strangely in the module on my website. It’s only displaying a couple of products and the ones that are showing are all right aligned with no navigation. Can someone please help me?

Bottom of the following page https://maryandmason.co.nz/pages/about

Thanks

1 Like

@heyspang

Please add following css code your assets/theme.css bottom of the file.

@media only screen and (min-width: 639px){
.template-page #shopify-section-shop-now .flickity-viewport .flickity-slider {
    transform: translateX(-100%)!important;
}
}

Thanks!

1 Like