How to reduce the size of testimonials on GripMags website?

Topic summary

A user seeks help reducing the excessive space occupied by testimonials on their GripMags website.

Proposed Solution:

  • Add custom CSS to the theme.scss file targeting the specific testimonial section
  • Modify the padding value (currently set to 10px) to decrease vertical spacing
  • Adjust the number as needed to achieve desired layout

Status: One solution has been offered but not yet confirmed as implemented or effective. The discussion remains open pending feedback on whether the CSS adjustment resolves the spacing issue.

Summarized with AI on November 22. AI used: claude-sonnet-4-5-20250929.

How do you make this smaller? The testimonials is taking to much space.

Website: www.gripmags.com

@GripMags - add this css to the end of your theme.scss file and check, adjust number 10 as per the need

#section-2c818b41-1920-4759-b77e-d84328a484e4{padding: 10px 0;}