Hi,
Im using Debut theme and noticed that if i view a collection, some rows are missing images. Well, i dont think the image is missing, but where the image for the product is supposed to go nothing is there. why is there this blank space?
Ive no idea why and no idea how to fix it. any help would be appreciated.
thankyou
Solved! Go to the solution
Hi, @jimidix76 ,
This is Evita from On The Map.
There's something wrong with paddings or margins, you will need to add CSS code to fix this, can you add your store URL?
Best,
Evita
Hi @jimidix76
Its becaseu of you have to set clear after 4th product grid:
Add this css in Asset->theme.scss file:
#Collection .grid--uniform .medium-up--one-quarter:nth-child(4n+1){ clear: both; }
Note: this css base on debut theme so if cant work share your url.
Add this in Asset->theme.scss file at bottom:
#Collection .grid > :nth-child(10){clear: both; }
Thats because of you have added bold app and app made his script between your grid.
1. Go to Online Store->Theme->Edit code
2. Find folder Asset.
3. Click on file theme.scss and scroll down to the bottom of the code.
4. Paste the code at the bottom.
Yes just follow as OTM send instruction and i also sent same and paste my given code at end of page.
#Collection .grid > :nth-child(10){clear: both; }
Subject | Author | Posted |
---|---|---|
6m ago | ||
17m ago | ||
35m ago | ||
37m ago | ||
38m ago |