Making gaps of 'Multiple images with text' section consistent

Making gaps of 'Multiple images with text' section consistent

btwu10
Excursionist
19 0 8

As I scroll through, there is a gap between the scrolling arrows and the subheading 'Our Proprietary Blend' and it constantly fluctuates. How do I minimize the gap and make it consistent as I scroll through?

 

Solaris A Natural Uplift in Productivity and Wellness.jpeg

Replies 2 (2)

Dan-From-Ryviu
Shopify Partner
12040 2353 2530

Hi @btwu10 

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings 

#shopify-section-template--23970574467361__multiple_images_with_text_7fDKMb .prose{ height: 0; }
#shopify-section-template--23970574467361__multiple_images_with_text_7fDKMb .prose.is-selected { height: auto; }

 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

btwu10
Excursionist
19 0 8

For some reason when I try to add this code to the Theme Settings Custom CSS, the theme won't let me save. Is there anywhere else I can add this code like in the edit code portal?