How can I make the entire image visible on my webpage?

Solved

How can I make the entire image visible on my webpage?

niceeee
Shopify Partner
303 4 25

as you can see the whole image is not visible i want it all contents to be visible

https://www.makerlab-electronics.com/collections/arduino-2-microcontrollers

niceeee_0-1692602165767.png

supposed to be like this 

niceeee_1-1692602188630.png

 

 

Accepted Solution (1)

dbuglab
Shopify Partner
473 51 50

This is an accepted solution.

Hi @niceeee 

Please use this css

.collection-hero__image-container > img {
 position: relative !important;
}
banned

View solution in original post

Replies 2 (2)

dbuglab
Shopify Partner
473 51 50

This is an accepted solution.

Hi @niceeee 

Please use this css

.collection-hero__image-container > img {
 position: relative !important;
}
banned
niceeee
Shopify Partner
303 4 25

thanks bro!!