Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #448013

    Hi there

    I found that the testimonials on mobile devices were displaying in 1 very narrow column.

    I found this post which really helped with the width of the text…
    https://kriesi.at/support/topic/i-have-a-problem/

    Only problem is that the left / right arrows are appearing under the text – is there any way to fix this?

    Here’s a link to the page on our site (below).

    Thanks
    Mark

    #448626

    Hey Mark!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
        #top .avia-slideshow-arrows a {
            margin: -30px -50px 0;
        }
    }

    Cheers! 
    Josue

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