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.
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;
}
}
Hey hackoffseries,
Is this on the Homepage? I’m not seeing the arrow.
Best regards,
Jordan Shannon
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!
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
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!
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon