How can I stop my product thumbnail from hiding the title?

My product thumbnail is covering my product title how do I fix this?

I’ve been been playing around with theme settings which has caused this I believe, it was totally fine before. Website Url: https://www.orbiblasta.com

Hi @Nedsko ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.product__title {
    margin-top: 20px;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.