Removing space below product and thumbnails on sense theme

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.

Ultasmile_0-1651936929395.jpeg

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,

  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

1 Like

I got same issue, big white space between product image and title, how can I do