Hi, I am trying to remove the white space around the collection grid on my product collection pages. I have attached a screenshot of what I am referring to and circled the areas in red. It is when viewing a collection or product page.
You can follow these steps:
- First, go to Themes => Edit code
- Find file base.css in folder Assets and add this following code at the end of file:
.content-for-layout #product-grid {
margin-block-start: 0px !important;
}
Here’s the result after fixing:
If it worked, please mark as a solution. Good luck!