How can I reduce the testimonial section height in the Streamline theme?

Hi. I would like to make my testimonial section smaller. Please can someone assist with the code. I am using the Streamline theme. TIA

@ligumafrica ,

Please share the store URL…

https://ligumfightgear.com/pages/about-ligum-fight-gear

@ligumafrica Please send me store url.

@ligumafrica Go to assets/theme.css and paste below css at bottom of file.

.index-section--alt
{
Padding: 50px 0 !important;
}

Hi, the height of the section is still the same after I’ve pasted this in the css file.

@ligumafrica ,

.index-section.index-section--alt {
    padding: 16px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Hi @ligumafrica .

This is PageFly - Advanced Page Builder.

You can go to Online store => themes => actions => edit code and add this code on file theme.css

.index-section.index-section--alt{
padding: 50px 0;
}

Hope this helps.

Best Regards;

Pagefly