Decrease the spacing between product description pictures

I wanna get rid of the spacing between the two description pictures. The image size was set to 2048x2048.

Please help!

Hi @NaughtyBunny_Ad ,

Send your page link please

https://mattywangxiao1029.myshopify.com/products/omysky-smile-nu-vibrt

Thanks a lot!

Hi @NaughtyBunny_Ad ,

Please add this CSS code below at the bottom of theme.css file

.container .sf__accordion-content {
margin-bottom: 0.5em !important;
margin-top: 0.5em !important;
}

Hi DanBim,

I tried to add this CSS code at the bottom of the theme.css file under the assets folder. The problem remains. Can you please give me more info on this issue?

Please see the screenshot for the code. Thanks.

Hi @NaughtyBunny_Ad , did you click Save button after adding code?

Or please check is there a theme.css.liquid file then please add code at the bottom, click Save button, reload your product page for checking

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.pb-8.prose img {
margin-top: 0!important;
margin-bottom: 0!important;
}
1 Like

Thank you so much! You saved me!

Thanks, DanBim!