Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1325954

    I know this seems strange, but I have two separate easy sliders right after one another, and the first one is left justifying the image skewing it so that is not centered..
    https://donutpaytaxes.com/
    It looks fine on desktop and landscape mobile, but in portrait mobile mode, it is not centering the top banner.
    If I swap positions, only the first one is not centered.
    screenshot

    #1325987

    Hey hostworks,

    Thank you for the inquiry.

    The slider is not resizing correctly on mobile view because of this css code, which limits the height of the images.

    @media only screen and (max-width: 767px) {
    #full_slider_1 .avia-slideshow-inner, #full_slider_1 img {
        height: 200px !important;
        margin-left: -50px;
        width: 125%;
    }
    }
    

    You may need to adjust it a bit or remove it completely.

    Best regards,
    Ismael

    #1326011

    The height is not the problem. It’s the centering of the banner on this page.
    Unfortunately, I had to put that code in to fix the home page slider orientation.
    https://www.the1031investor.com/

    #1326105

    No worries, I converted to a color section with image background. You can close, thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Full width easy slider left justifying image on mobile’ is closed to new replies.