Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #513286

    First I would like to thank you for all the awesome support you cats give us!

    I have read and applied the code in this post https://kriesi.at/support/topic/how-to-turn-fullwith-easy-slider-responsive/ and technically it “worked” in making the image “responsive” however the issue is there is a LARGE black space that is being created between the FS image and the animated arrow. Then the next section is right below the animated arrow.

    I have played with the height in the code but it does not and only screws up the image.

    Ideas, please!

    • This topic was modified 9 years, 1 month ago by Kimberly.
    #513367

    I was able to find a fix for this in the following post https://kriesi.at/support/topic/reduce-height-of-fullscreen-slider-in-responsive-mode/

    However I modified the code to this:

    @media only screen and (max-width: 767px) {
    .avia-fullscreen-slider .avia-slideshow {
    height: 225px !important;
    }
    }

    .avia-fullscreen-slider .avia-slideshow {
    max-height: 425px !important;
    }
    }

    #513407

    Hi!

    Glad you got it shorted! We will be glad to assist you with anything else.
    Please do let us know if we need to!

    Regards,
    Basilis

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