Adding a small image to product page

Hi All

I am trying to add a small image to a product page template so that it shows on all product that use that template.

this is what it looks like now and the second image is what im aiming for, the fort image table is generated by and app but I wish to delete that cell and just add the image.

this is what I would like it to look like

any help would be appreciated

thanks G

Hi @Gazza1234 kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

I wish to have the URL anonymous at this time but im using the dawn theme 11.00

Hi @Gazza1234 , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Hi @Gazza1234
You can use a custom liquid shopify block and add image html there and set height/width accordingly and style the image
Thanks!

hi and thank you for your reply

I have do just that by adding the following code but I can’t get it to align to the left so its inline with the green “add to basket button” and the product drop down below. and help would be great.

},
“custom_liquid_npk4iL”: {
“type”: “custom_liquid”,
“settings”: {
“custom_liquid”: “<img class="page-width"src="[https://cdn.shopify.com/s/files/1/0738/9537/9262/files/Multi-Buy-Wax-Melts_Box.jpg?v=1748446182\](https://cdn.shopify.com/s/files/1/0738/9537/9262/files/Multi-Buy-Wax-Melts_Box.jpg?v=1748446182\)” style="max-width:100%;" />",
}

Hi @Gazza1234
Remove the page-with class, it is adding additional padding
Just try like this


![Multi-Buy-Wax-Melts_Box.jpg?v=1748446182|1098x142](upload://qib2a97MJDZFVDaw7eqp7L8IbqM.jpeg)

Thanks!

thank you - that’s worked perfect :smiling_face_with_sunglasses: