Please i need help

2 years ago, a girl made a web page for the shop that i’m “working” now, and the code is very old and now there are a lot of problems with the images, because now we can`t see it but clicking into the “invisible” photo to travel to the page of the toy

as you can see, we can see the images

Hey, can you share your site url, this helps to inspect the code and fix the issue.

Thanks

Bricks Madrid Tienda especializada en LEGO, COBI, y Proyectos a medida https://bricksmadrid.com/

Thank you very much!

The product card images aren’t displaying because they have a position: absolute but there is nothing to anchor.

I would suggest, since you already said it’s old, that you update with a new theme. There is no reason to have old outdated code that doesn’t work or is broken. There are plenty of free themes to choose from.

A quick fix: In the theme editor, go to the theme settings. scroll down to “custom css” and paste this code

.card__media {
left: 0;
right: 0;
}