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

Removing space below product and thumbnails on sense theme

Solved

Removing space below product and thumbnails on sense theme

Ultasmile
Excursionist
17 1 4

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.

Untitled_design_14_1wae.jpg

Accepted Solution (1)

Ultasmile
Excursionist
17 1 4

This is an accepted solution.

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

View solution in original post

Replies 2 (2)

Ultasmile
Excursionist
17 1 4

This is an accepted solution.

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

scheli
Tourist
3 0 1

Screenshot 2024-05-20 at 19.03.05.png
I got same issue, big white space between product image and title, how can I do