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

    Hello together,

    if I use the avia testimonial page builder element, the testimonials are quite too small in the mobile version.
    There is too much white space on the left and right side of the element.

    I already tried the following css code, but it didnt work.

    @media only screen and (max-width: 768px) {
    #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
    padding: 0px 0px;
    }}

    Please help me to remove the whitespace.

    Thank you so much and have a nice weekend :)

    Screenshot: http://www.bilder-upload.eu/show.php?file=9023cc-1453039804.png

    #567789

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
        padding: 0 30px;
    }
    }

    Cheers! 
    Josue

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