-
AuthorPosts
-
October 11, 2017 at 7:20 pm #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.
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;
}
}October 11, 2017 at 11:44 pm #863072Hey hackoffseries,
Is this on the Homepage? I’m not seeing the arrow.
Best regards,
Jordan ShannonOctober 12, 2017 at 12:47 pm #863383Hi 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!
October 12, 2017 at 10:26 pm #863649Hi,
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 ShannonOctober 13, 2017 at 11:11 am #863848Hey 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!
October 13, 2017 at 7:04 pm #864094Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Glitch with testimonial element’ is closed to new replies.
