how do i remove these grey top and bottom bits pls/above below banner with image?

https://wellnessdogco.nz/

sorry no..


I was actually trying top remove the grey top and bottom of image banner with the dog and food

Hello @saabbb1212

Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

@media screen and (min-width: 990px) {
.banner__media.media > img  {
 object-fit: cover;
}
}

Thanks

no i didnt work sorry :disappointed_face: