How to prevent extra collection cards from appearing in Dawn theme?

So i have created a collections page and it is suppose to be 2 collections cards side by side, but when i go to add a collection to the collection cards another card appears above them, what is some code to stop this, or remove the collections list page.

Theme: Dawn

Website: desire-online.net

(what its supposed to look like)

(What appears above them)

Hello @jakegrieveson

  1. In your Shopify Admin go to online store > themes > actions > edit code

  2. Find Asset > base.css and paste this at the bottom of the file:

#shopify-section-template--19958073753890__main {
    display: none;
}

Hi @jakegrieveson

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag