Custom CSS

Topic summary

  • Issue: Merchant wants to reduce the spacing between elements on the cart page. Padding is already set to 0 in the theme, but extra space remains, suggesting a theme-imposed limit.

  • Request: Guidance on applying custom CSS to override the theme’s constraints and further tighten the spacing. A screenshot is provided to show the exact area (image is central to understanding).

  • Status: No solutions or code suggestions yet; the thread is open and awaiting troubleshooting steps or CSS overrides.

Summarized with AI on December 31. AI used: gpt-5.

Hi there, is there a way to reduce the spacing between here on the cart page? It is already at 0 padding, so it will be to go beyond the theme limit.

Hi @Chuckachucka , try adding the following Custom CSS from the Theme Editor

cart-items .title-wrapper-with-link {
    margin-top: 0px;
}

If it’s too tight after applying this you can slowly increase that 0px until it looks the way you want.

Thanks! It works nicely

1 Like