Adding a small image to product page

Solved

Adding a small image to product page

Gazza1234
Excursionist
20 0 3

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.

 

 

Screenshot 2025-05-28 at 12.36.49.png

this is what I would like it to look like

 

add-image.jpg

 

any help would be appreciated

 

thanks G

Accepted Solution (1)
pawankumar
Shopify Partner
754 111 128

This is an accepted solution.

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

<img class="" src="https://cdn.shopify.com/s/files/1/0738/9537/9262/files/Multi-Buy-Wax-Melts_Box.jpg?v=1748446182" style="max-width:100%;" />

Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan

View solution in original post

Replies 7 (7)

topnewyork
Astronaut
1521 187 249

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

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

Gazza1234
Excursionist
20 0 3

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

websensepro
Shopify Partner
2114 265 313

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

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

pawankumar
Shopify Partner
754 111 128

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!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan
Gazza1234
Excursionist
20 0 3

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\" style=\"max-width:100%;\" />",
}

 

Screenshot 2025-05-28 at 17.44.14.png

pawankumar
Shopify Partner
754 111 128

This is an accepted solution.

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

<img class="" src="https://cdn.shopify.com/s/files/1/0738/9537/9262/files/Multi-Buy-Wax-Melts_Box.jpg?v=1748446182" style="max-width:100%;" />

Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan
Gazza1234
Excursionist
20 0 3

thank you - that's worked perfect 😎