Reduce spacing between product heading and star rating

Hello,

My store is using the sense theme and has alot of space between the product title and star rating I am using.

How can i reduce this space on desktop and mobile, this is my URL: https://movinfitness.com/products/the-resistance-pro-gym

This is what it looks like now, but I want it to be closer to right image.

Thanks :slightly_smiling_face:

@moosh44 - add this css to the end of your base.css file and check

.product__title{margin-top: -1.5rem;}

1 Like