I wanna get rid of the spacing between the two description pictures. The image size was set to 2048x2048.
Please help!
Goal: Remove excessive spacing between two product description images on a Shopify product page.
Outcome: The spacing issue was fixed; the requester confirmed success and thanked the helpers.
Notes:
Status: Resolved; no open questions.
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
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?
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,
.pb-8.prose img {
margin-top: 0!important;
margin-bottom: 0!important;
}
Thank you so much! You saved me!
Thanks, DanBim!