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

    HELLO, I NEED CSS CODE TO REDUCE STRETCHED IMAGE ON MOBILE VIEW FOR EASY SLIDER

    THANKS!

    #1478185

    Hey bemodesign,

    Thank you for the inquiry.

    Did you add this css code?

    .responsive #top .avia-slideshow-inner, .responsive #top .avia-slideshow-inner img {
        height: 550px !important;
    }

    Please remove css rule or override it with:

    .responsive #top .avia-slideshow-inner, .responsive #top .avia-slideshow-inner img {
        height: auto !important;
    }

    Let us know the result.

    Best regards,
    Ismael

    #1478189

    I already tried that. But once I remove that code , the main home page slider image gets shrunk and the words get cut off.

    #1478218

    Hi,

    Thanks for the update. Could you copy the content to a test page so that we can see the actual problem please?

    Best regards,
    Rikard

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