How do i decrease the space shown in the image on mobile?

https://charmente.com/products/bodysuit

This issue is only on mobile, thank you!

Go to Online store > Themes > Edit code > open theme.liquid file, add this code below under element


Hi @Simon159

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

@media (max-width: 767px){

.product__description.rte.quick-add-hidden,

.product__description.rte.quick-add-hidden p {

margin-bottom: 0 !important;

}

.rich-text.content-container.color-background-1.gradient.rich-text–full-width.content-container–full-width.section-template–21803587928369__d60934c8-8051-45a9-ab6e-827b187f14bf-padding {

padding-top: 0 !important;

}

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

that did not work, it just moved the video and its title/description higher