Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #802693

    How can I fix the missing testimonialshttps://wordpress.infruid.com/ arrow on the mobile view?

    #802704

    Hey ymahesh,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-slideshow-controls a {
        display: block;
    }}
    

    Best regards,
    Yigit

    #802892

    Thanks alot, It worked. But how can I have those arrows in the center. Now its aligned to the first or second line of text

    #803002

    Hi,

    Please change the code to following one

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-slideshow-controls a {
        display: block;
        top: 50%;
    }}

    Best regards,
    Yigit

    #803005

    Thank you but it doesn’t align with the testimonial. Instead, it aligns with the whole layout and also there seems to a problem with the autorotation. It stops rotating after 3 or 4 times

    #803573

    Hi ymahesh,

    I checked in browser emulators and on an iPhone, the testimonials keep rotating. Could you clear the cache and check again?

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.