-
Visual bugs with TestimotialsViewing 7 posts - 1 through 7 (of 7 total)
-
July 3, 2017 at 9:27 pm #11339
Clasification: visual bug
Pages: ius.lviv.ua
XPath location: //*[@id=”aq-block-15″]
Wordpress location: Circleflip widget TestimonialsProblem 1: Background is repeating while it has not do it
Problem 2: While testimonials are changing – there is changing also height of block including it – so changes the position of below contentJuly 4, 2017 at 6:50 pm #11354I noticed that you are using parallax option on the background, i don’t see a reason for this, can you please remove it and check if the issue persists, i think it is something related to the parallax option
July 13, 2017 at 10:15 pm #11395Regarding problem #2: This mainly happens because the content of the testimonials is changing, to fix it we have one of two solutions:
1- You keep the number of lines of your customers testimonials equal
2- I send you a snippet of code that is custom and will fix it for your case, If you will choose this then please send me a link of your websitePlease let me know your choice
July 14, 2017 at 10:20 pm #11400Thank you!
I choose case 2.July 16, 2017 at 9:21 pm #11410Please add the following code in the admin panel > Appearance > theme options > Advanced > Custom CSS:
.testimonialsSection .item {
min-height: 230px;
}
@media (max-width: 480px) {
.testimonialsSection .item {
min-height: 270px;
}
}
Let me know when if the issue still persists
Best Regards -
You must be logged in to reply to this topic.