Getting rid of the white space - Impulse theme

Topic summary

A user seeks help removing unwanted white space on their Shopify store (greentiger.co) using the Impulse theme. The gaps appear in the Refill section and around the About Us/Sustainability areas.

Proposed Solution:
Another user provides detailed CSS troubleshooting steps:

  • Create a new custom.css file in the assets folder
  • Link it in theme.liquid by adding {{ 'custom.css' | asset_url | stylesheet_tag: preload: true }}
  • Add CSS code to remove margins and padding from .index-section elements

Current Status:
The original poster encountered an issue—they cannot locate the {{ 'theme.css' | asset_url | stylesheet_tag }} code in their theme.liquid file as instructed.

Workaround Suggested:
Place the custom.css link directly before the </head> tag instead.

The discussion remains ongoing as the user works through implementation challenges with the CSS modification approach.

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

@aldy-expatify I did not find the code {{ ‘theme.css’ | asset_url | stylesheet_tag: preload: true }} in the theme.liquid style. Any ideas?