Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1496830

    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).

    #1496831

    Hi,

    Can we see the live site?

    Regards,
    Steven

    #1496845

    I think I posted the link in Private Data.

    #1496851

    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

    #1496855

    ok it works. thx

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.