Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi! I still cant seem to get rid of this spacing on my mobile. Store: Ultasmile.com
It doesn't look bad on my desktop, only on the mobile version, no idea how to fix it.
Solved! Go to the solution
This is an accepted solution.
Hello
Hello @Fariss
I have updated code, please replace with it
Please follow the below steps,
1. Online store->themes->Actions->edit code->assets->base.css
2. Paste this below code
.product__media-gallery .product__media-list.slider.slider--mobile{
margin-bottom: -30px;
}
.product .product__media-wrapper { padding-left: 0; margin-bottom: -15px; }
Reposting answer from another post for anyone that needs it
This is an accepted solution.
Hello
Hello @Fariss
I have updated code, please replace with it
Please follow the below steps,
1. Online store->themes->Actions->edit code->assets->base.css
2. Paste this below code
.product__media-gallery .product__media-list.slider.slider--mobile{
margin-bottom: -30px;
}
.product .product__media-wrapper { padding-left: 0; margin-bottom: -15px; }
Reposting answer from another post for anyone that needs it
I got same issue, big white space between product image and title, how can I do