Thanks Xavier - was trying all sorts of ways and it wasn't working.
Last thing...I'm seeing that certainly the HS product display is made up of a number of different PHP file - lising_price.php, option.php, etc. I have no doubt there's a good reason for this - maintenance I'm picking. However, it becomes confusing to a "coding tinkerer" like me who doesn't have the skills to follow it all through!
I want to add a line break between the star ratings (which come from listing_vote.php) and the price (which comes from listing_price.php). You'll see in the image that they're jammed up against each other. Now I know that \n is a line break in PHP, but I cannot figure out where this goes. I've tried a number of spots and it either has no effect or breaks the product listing entirely!
Can you tell me where to put this, or what I should do please? Thanks.