Hello,
site: https://greentiger.co/
Could someone please help me with this? The white space here in the Refill section
About Us section - the white gap above and below the Sustainability
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:
{{ 'custom.css' | asset_url | stylesheet_tag: preload: true }}.index-section elementsCurrent 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.
Hello,
site: https://greentiger.co/
Could someone please help me with this? The white space here in the Refill section
About Us section - the white gap above and below the Sustainability
Hi @greentigershop you can follow the steps bellow
{{ ‘custom.css’ | asset_url | stylesheet_tag: preload: true }}

Click save button on the top right
Go to the custom.css file
.index-section {
margin: 0 0 !important;
padding: 40px 0;
}
@media only screen and (min-width: 769px) {
.index-section {
margin: 0 0 !important;
padding: 75px 0;
}
}
@aldy-expatify I did not find the code {{ ‘theme.css’ | asset_url | stylesheet_tag: preload: true }} in the theme.liquid style. Any ideas?
@greentigershop you can put the {{ ‘custom.css’ | asset_url | stylesheet_tag: preload: true }} before the