How to prevent the jumping up and down of the section below

I have content in a section that can vary in height. How do I prevent the section that is below it from jumping up and down. Is there a way to provide some padding buffer at the bottom of my section such that the buffer eats up the variation in the height of the current section and the section below stays at a fixed vertical location. Please see the example in the Secure Note below.

Thanks for the help.

Hello Misha,

Thanks for writing in!

To prevent the section from jumping up and down, you will need to set a minimum height for the content area element since you rotating testimonial were added in the element. Please edit the page, click the content area element, find the “Customize” tab and insert this inline element css:

$el {
  min-height: 650px;
}

We would love to know if this has worked for you. Thank you.

@RueNel as always, thanks a lot!

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.