Mobile version in collection page not displaying correctly

Hello !

I am having problem with the mobile version of my website. The collection page seems to be showing products with some space ( as shown in the image below ).

All of the products on page 1 are shown correctly and nothing is missing but on page 2 the display is not properly shown. Is there any solution for this. Thanks

My website collection is : https://www.tribeuno.co.uk/collections/ladies-jumpers-1?page=2

Hello @UsmanSipra ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss.liquid-> paste bellow code in bottom of file
@media only screen and (max-width: 749px){
.template-collection .small--one-half {
    height: 346px;
}
}

Thanks

1 Like

Thanks a lot it really worked. Brilliant !