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

    I have a Fullwidth Easy Slider with Featured (1500×430) images and two buttons. It works fine on a desktop, but when I view the page on a smartphone or a tablet, the buttons are cut off. It appears the slider is not adjusting to the screen size properly. When I use full screen slider it works. Fullwidth slider does not. Any ideas ? Thx

    #495219

    Hi bibbitybop,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #495319
    #495482

    Hey!

    Please insert the below css into your custom css section:

    @media only screen and (max-width : 320px) {
    .avia-slide-wrap {
        min-height: 198px !important;
    }
    }

    Cheers!
    Dake

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