Gap between header and collection grid - dawn theme

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.

Hi @sublimedesignz

You can follow these steps:

  1. First, go to Themes => Edit code

  1. 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!