Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #862989

    Hi there Enfold team!

    I used the code below to set a specific height to the testimonial section regardless of how long the text is. It works perfectly, unfortunately there’s a weird navigational arrow appearing on the top left portion of the testimonial slider.

    http://prntscr.com/gw5u14

    Can you look into this? Thank you so much!

    #top .avia-slider-testimonials.avia-testimonial-wrapper {
    height: auto!important;
    min-height: 200px !important;
    max-height: 200px !important;
    }

    /* For ipad/tablet in portrait mode */
    @media only screen and (max-width:960px) and (min-width:768px) {
    #top .avia-slider-testimonials.avia-testimonial-wrapper {
    min-height: 400px !important;
    max-height: 400px !important;
    }
    }

    /* For mobile devices */
    @media only screen and (max-width:767px) {
    #top .avia-slider-testimonials.avia-testimonial-wrapper {
    min-height: 600px !important;
    max-height: 600px !important;
    }
    }

    #863072

    Hey hackoffseries,

    Is this on the Homepage? I’m not seeing the arrow.

    Best regards,
    Jordan Shannon

    #863383

    Hi Jordan!

    Yes it is on the homepage. Try clicking on the navigation arrows on the testimonials and they appear. When you scroll up or down they disappear. Curiously this issue only happens on Google Chrome, not on Firefox.

    Let me know what you find out. Thank you!

    #863649

    Hi,

    Apologies, I’m still not able to re-create the issue within Chrome. Are you using the most up-to-date version of the browser? Also, is this PC or Mac?

    Best regards,
    Jordan Shannon

    #863848

    Hey Jordan!

    Thank you for looking into this. I am on the latest version of Google Chrome running on PC.

    I noticed that it only happens when you are logged in on WordPress. I guess this is just a minor issue and no cause for concern.

    Thank you so much for your assistance Jordan! You’re awesome!

    #864094

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Glitch with testimonial element’ is closed to new replies.