New Landing How can we help? Themeforest Theme Support Dante Testimonial Slider Mobile Height

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #196862
    tsimarketing
    Member
    Post count: 267

    I have attached a screenshot showing that some of our testimonials are getting cut off. I have a css code set for our desktop testimonial sliders so it stays the same height instead of adjusting to the length of the quote. However, when I view it in mobile it stays that same height which is cutting off some of the quotes. Is there a css code I can use to make the testimonial sliders longer just on our mobile site?

    Attachments:
    You must be logged in to view attached files.
    #196898
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can’t replicated with that url? Is it the same of the screenshot?

    -Rui

    #198136
    tsimarketing
    Member
    Post count: 267

    Well we have testimonial sliders on almost all our pages. But you can look at the one on our home page, http://www.tsihealthcare.com/test.
    On mobile view some of the quotes get cut off at the bottom because the slider is not long enough.

    #198441
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me wordpress admin login detail to check and resolve the issue.
    Thanks
    Mohammad

    #234647
    tsimarketing
    Member
    Post count: 267

    Is there a css code I can use to adjust the height of the testimonial sliders only on mobile view? I want to make the slider taller.

    #234690
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Everything seems fine to me. Just check the attachment.
    Thanks
    Mohammad

    Attachments:
    You must be logged in to view attached files.
    #234718
    tsimarketing
    Member
    Post count: 267

    Its still getting cut off in that image. There is supposed to be the testimonial cite name under the actual quote, which you can’t see because its getting cut off. That is why I need a css code to make it taller.

    #234895
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 767px) {
    .testimonials-slider {
    min-height: 450px !important;
    }
    }

    Thanks
    Mohammad

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.