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