How can I align text on my product collection page using Debutify theme 5.0?

I am trying to allign the text on my collection pages. I am using debutify theme 5.0 and the products are not alligning properly. Could anyone help me to fix this.

I want it to be like this but the below photo is how it is now!

Would be very happy if anyone could provide a solution this is my url: https://www.phonesimpel.nl/

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.scss.css and paste this at the bottom of the file:
.grid-product--wrapper {
padding-top: 100.584158%!important;
}