Tagged: shop banner image
Hello, I’m having trouble with the shop banner image. What is the optimal size of the image so that it looks good on mobile and desktop? Seems like I can only get it one way or the other or the image is really zoomed in or just showing the bottom part.
Hey ovrit,
Thank you for the inquiry.
The size of the background image in the shop demo is 1500x997px and it works well because the image doesn’t have a focal point.
// https://kriesi.at/themes/enfold-shop/shop/
Try to adjust the height of the banner using this css.
#av_product_description {
min-height: 400px;
}
Best regards,
Ismael
Thank you Ismael. I’ll try to make some images that don’t have focal points.