Moving an image next to the price

I would like to place the image here next to the price but I cannot work out how to get the image next to the price

Hi @wicara,

Thank you for writing in, please add this to Theme Options > CSS

.single.woocommerce .price {
	float: left;
	padding-top: 1em;
}

Hope it helps,
Cheers!

1 Like

This was great thank you so much I was having a bit of trouble with this

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.