How can I increase padding between product image thumbnails and title in Dawn theme?

Hi

Is there any way to increase the padding between the product image thumbnails and the product title?

Kind regards

@troydewit
Hello,
Can You Please Share Your Store URL?

Hi @troydewit

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

The URL is crazerebels.com. On mobile, the product image thumbnails and the title almost touch

My URL is crazerebels.com. On mobile, the product image thumbnails and the title almost touch

Hi @troydewit

Please follow these steps:

  • Go to Online store => Themes => Edit code. Then, find file base.css:

  • Add the following code at the end of the file base.css and save:
.product-card-wrapper .card__inner {
  margin-bottom: 15px !important;
}
  • Here is the result:

I hope that this can help you solve the issue.