How can I reduce the space between heading and testimonials?

Topic summary

A user seeks to reduce the vertical spacing between a heading and testimonials section on their Shopify site, providing a screenshot showing the current gap.

Proposed Solution:

  • Add custom CSS code to the theme.liquid file, placing it just above the </head> tag
  • The responder provided specific CSS code (though the exact code appears garbled in the conversation)

Status:

  • The question has received one response with a technical solution
  • Implementation outcome not yet confirmed
  • This is a common Shopify theme customization issue typically resolved through CSS adjustments
Summarized with AI on November 10. AI used: claude-sonnet-4-5-20250929.

Hi, how to make this space between heading and testimonials smaller?

Web: https://nexaco.co/

Hello @Rupert22

Welcome to Shopify Community.

You can add the given CSS in theme.liquid above tag.


OUTPUT:

Thanks