Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi,
I would like to remove the white area / empty space at the bottom of the Collection Description (see the attached image of the collection page). As there is now a huge gap between the Collection Description (which is a part of a Product Grid) and the three Columns below the Product Grid. The gap seems to be the same regardless of the amount of text in the Collection Description. Cannot seem to figure out how to fir this so, any help is highly appreciated! The theme is Impulse. Thanks!
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, seems like you have 2 another description on that area that you remove. But not properly remove. Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
#CollectionAjaxContent > div > div > div.grid__item.medium-up--four-fifths.grid__item--content > div:nth-child(2) > div > h3:nth-child(12),
#CollectionAjaxContent > div > div > div.grid__item.medium-up--four-fifths.grid__item--content > div:nth-child(2) > div > h3:nth-child(11), .rte.collection__description h3 a {
display: none;
}
.rte.collection__description {
margin-bottom: 0px;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @HANiC
Would you mind to share your store URL? Thanks!
Hi @Made4uo-Ribe, here is an example of such Collection page: https://hanicreative.com/collections/tyokalut-yrittajille-tiimeille-yrityksille
This is an accepted solution.
Thanks for the info, seems like you have 2 another description on that area that you remove. But not properly remove. Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
#CollectionAjaxContent > div > div > div.grid__item.medium-up--four-fifths.grid__item--content > div:nth-child(2) > div > h3:nth-child(12),
#CollectionAjaxContent > div > div > div.grid__item.medium-up--four-fifths.grid__item--content > div:nth-child(2) > div > h3:nth-child(11), .rte.collection__description h3 a {
display: none;
}
.rte.collection__description {
margin-bottom: 0px;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025