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.
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.
Dipen Panchal
Shopify Partner
150 41 50
04-19-2022 09:34 AM
Hello
Hello @Fariss
I have updated code, please replace with it
Please follow the below steps,
Online store->themes->Actions->edit code->assets->base.css
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