How to minimize space?

Topic summary

A user is seeking help to reduce excessive spacing in their Shopify store layout, as shown in an attached screenshot.

Solution provided:

  • Identify the HTML class name of the text element causing the spacing issue
  • Apply CSS modifications: set padding: 0; and margin: 0;
  • Adjust these values as needed to achieve the desired gap

Status: The original poster acknowledged the suggestion and plans to implement the CSS solution. The issue remains open pending implementation.

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

Hello guys, how can I minimize the space here?

Hi, I suggest first identifying the class name of the text’s HTML tag. Then, apply padding: 0; and margin: 0; in CSS.

Note: Adjust the values based on the gap you need.

1 Like

Thanks SahkhawatArafat, im going to check it again.