Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #313845

    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

    #314035

    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

    #314223

    Same problem still the testimonials icon section forces the webpage to move up and down on mobile devices

    #314580

    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

    #314588

    ok I moved the code to that top same problem on mobile devices

    #314597

    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

    #314640

    I flushed the cache when I look on my galaxy android phone same problem

    #315012

    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

    #367552

    thanks looks good

    #367863

    Hey!

    Glad you did it. If you have any other issues, lets us know. We are happy to assist you.

    Cheers!
    Andy

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Testimonials icon problem’ is closed to new replies.