how to move my main banner image down in shopify css

I want to move my main banner image down slightly without it affecting the appearance on mobile which fits perfectly. Help please - https://thedetail.uk/

1 Like

@TheDetailStore

Please add the following code at the bottom of your assets/theme.css file.

@media only screen and (min-width: 750px){
[class*="index-section--flush"]:first-child{ margin-top: 0px !important; }
}

Hope this works.

Thanks!

That just created a gap in between the top menu and the image - I want to keep the image in the same place, same size but just move what you see of the image down a little so the top isn’t cropped out. I would rather crop more of the bottom of the shoe as the product is the laces so that needs to be the focus