On mobile devices the testimonials icon under contents elements forces the webpage to move up on down. How much the webpage moves up and down depends on the length of the testimonials. Is their a way to give the section enough space to prevent the webpage from moving up and down when viewing on mobile devices. The website is http://www.weeklypoolservice.com. Mobile devices is my main concern
Thanks in advance
Hi Nelson!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.avia-testimonial-row {
min-height: 350px;
}}
Best regards,
Yigit
Same problem still the testimonials icon section forces the webpage to move up and down on mobile devices
Hi!
The code is not getting applied because some of the top code is conflicting, try adding it at the start of the Quick CSS:
@media only screen and (max-width: 768px) {
.avia-testimonial-row {
min-height: 350px;
}
}
Best regards,
Josue
ok I moved the code to that top same problem on mobile devices
Hey!
I checked your website on my tablet and the page no longer jumps, try refreshing a few times or flushing your cache.
Regards,
Josue
I flushed the cache when I look on my galaxy android phone same problem
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
.avia-testimonial-row {
min-height: 450px;
}}
Best regards,
Yigit
thanks looks good
Hey!
Glad you did it. If you have any other issues, lets us know. We are happy to assist you.
Cheers!
Andy