Hey guys,
I have a problem with showing the products on mobile. I now have the carousel option enabled but It gives me a lot of white space on mobile. Here is an screenshot.
Page issue : https://jardinbutchery.nl/collections/frontpage
Password: 1234
Theme: Masterchop-meat
Hi @yessirq ,
Can you let me know which page has this issue? On my end the home page looks fine. However if you still want to reduce the whitespace, you should try adding below code on base.liquid
#shopify-section-template--20292299850059__16305701682495e701.home-product-carousel .product-collection.dt-sc-column {
gap: 10px;
}
Hi @yessirq ,
I see the collection has this issue. The issue seems to be because of not having image on some product. As there is no product image, the theme is showing default image which has large height. Because of this the height of the wholw slider is increased.
So you should try adding images on the below mentioned product and see if this issue gets fixed.
I added some place holder pictures. Its not fixed unfortunately. I cant seem to find any html code that makes the white space changeable. 
Hi @yessirq
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code just above tag
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
1 Like
It worked! Thanks man. Only issue now is that the slider on my homepage also got effected. Is there a way to add a css code for a specific page only?
Can you try replacing the previous code with this one. This should target one page only.
And It’s 11 PM here in Nepal. So, I will be away from the keyboard for the next 8 hours. I hope this resolves the issue. If not, please let me know, and I will provide you with a solution within the first hour after I wake up tomorrow. 
1 Like
Hi @yessirq ,
I just noticed it didnt work. Can you try adding this updated code again.
1 Like
Yes it worked! Thanks man you a life saver, really appreciate the help! Have a great night
1 Like