I would like to decrease the space between the product images and product title. How do i do this?
@timelessracing , I think this is already sorted, but just in case, here’s a ruleset to achieve that:
- Navigate to Sales Channels → Online Store → “Customize” button → Theme settings (Gear icon on the left sidebar) → Custom CSS
- Add the following code:
[gp-el-wrapper]:has(gp-text h1) {
padding-top: 10px !important;
}
- Save (right top corner)
- Hard refresh the storefront
Feel free to readjust the value. The result should be similar to this:

