Hey guys!
Please help!
It’s driving me nuts.
I created a testimonials element on this page:
http://learnclubdance.com/accessories/
I made each of the testimonials have three lines. But for some reason, some of them move the page. Can you please help me figure out which ones are doing it any why!!!
Thanks in advance,
Paul
Hi kgbrooklyn,
I couldn’t see any movement at all using latest version of Chrome, what browser are you seeing this problem on?
Thanks,
Rikard
Hey, it’s definitely happening. I am using chrome.
Hi!
It only happens on smaller screens on my end. Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
@media only screen and (max-width: 1024px) {
#top .av-large-testimonial-slider { min-height: 500px; }}
Cheers!
Yigit
Thanks a lot for taking a look. To clarify, what is the exact code I need to add? Do I add the word “and” ?
Hey!
You should add this code – http://i.imgur.com/WMrbpje.png “and” and everything :) And you need to adjust “500px” value as needed
Cheers!
Yigit
Cool, thanks!