Hello guys, how can I minimize the space here?
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;andmargin: 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.
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.
