How to fix blank spots in the collection grid on mobile?

How to fix blank spots in the collection grid on mobile?

roberta84
New Member
10 0 0

Hi i'm tryng to modify my brookly theme, and as u can see, only on mobile version, in my collection page.

every now and again there is a blank spot in the grid.

how do i correct it? 

 

https://lamape.eu/collections/tutte

 

roberta84_0-1678535078995.png

 

Replies 3 (3)

suyash1
Shopify Partner
10968 1357 1734

@roberta84 - please add this css to the very end of your theme.scss file and check 

@media screen and (max-width: 600px){
#CollectionSection .grid__item {width: 50%;    min-height: 430px;}
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
roberta84
New Member
10 0 0

roberta84_0-1678570569491.png

 

BSS-Commerce
Shopify Partner
3478 465 559

Hi @roberta84 

We noticed it was still being displayed outside on page 2:

view (11).png

Please follow these steps:

1. From Shopify admin -> Online store -> Themes -> Edit code:

view (12).png

2. You add the following code at the end of the theme.scss.css file:

@media screen and (max-width: 600px){
#CollectionSection .grid__item {
   height: 440px;
  }
}

We hope that this can help you.

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


Product Labels by BSS | B2B Solution & Custom Pricing


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency