How can I adjust text and alignment in Debut theme products?

Hi,

can someone please help me? How do I make collection texts lower so it doesn’t over lap the image? and also how do I make product texts in line with other products? So it isn’t crooked!

my website is: www.zeusandpaws.com

thankyou!

1 Like

@Staceyliu_29

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.collection-grid-item {
    margin-bottom: 70px !important;
}
.collection-grid-item__title {
    top: 30px !important;
}

It doesn’t work, is there anything else I can do?