Please check below screen. Don’t know why the first and second image are not aligned correctly. The third to sixth images are correct.
https://prnt.sc/Riwyrl3nCO8b
The red lines shows the left/right of first & second image. However, they are not aligned with others (blue lines).
Hi,
Can we see the live site?
Regards,
Steven
I think I posted the link in Private Data.
Hi,
Thank you for the inquiry.
Please add this css code to adjust the width of the images on mobile view.
@media (max-width: 768px) {
.avia-image-container.avia-align-center .avia-image-container-inner {
width: 100%;
}
.avia-image-container .avia-image-overlay-wrap,
.avia-image-container .avia_image {
transition: all 0.7s;
width: 100%;
}
}
Let us know the result.
Best regards,
Ismael
ok it works. thx
