Solved

Products not rendering in collections module

heyspang
Excursionist
26 0 4

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

Accepted Solution (1)

dmwwebartisan
Shopify Partner
12279 2546 3693

This is an accepted solution.

@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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Reply 1 (1)

dmwwebartisan
Shopify Partner
12279 2546 3693

This is an accepted solution.

@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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app