How do i decrease the space here?

I would like to decrease the space between the product images and product title. How do i do this?

https://timelessracingco.com/products/bear-t-shirt-copy

@timelessracing , I think this is already sorted, but just in case, here’s a ruleset to achieve that:

  1. Navigate to Sales Channels → Online Store → “Customize” button → Theme settings (Gear icon on the left sidebar) → Custom CSS
  2. Add the following code:
[gp-el-wrapper]:has(gp-text h1) {
  padding-top: 10px !important;
}
  1. Save (right top corner)
  2. Hard refresh the storefront

Feel free to readjust the value. The result should be similar to this: