Increase Space between Item Title and Item Price Specifically in Related Products

Hi! At the bottom of my product pages in the “related products” section, I would like to increase the space between the product title and the product price. Is there any way to do this? My website is www.terrasoleil.com

@terrasoleil

add this code to your theme.css file.

Navigate to online store >> Click edit theme code.

Now find theme.css and paste the following code:

#ProductSection-related-products .product-card__title .price{margin-top: 2px !important;}

Unfortunately this didn’t work!

Try this one

#ProductSection-related-products .product-card__title .price__regular{margin-top: 15px !important;}

Nope, didn’t work. I wonder if it’s related to the other issue I’m having, which you can find here: https://community.shopify.com/topic/1463863

Bumping this! The issue still hasn’t been resolved.

@terrasoleil Can You please share the screenshot of where you have put the code?