Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1412716

    The testimonials section on homepage mobile version is not full width and seem to have some padding around the edges. How would I make wider?

    #1412842

    Hey michelleornest,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #1412976

    Hello and Thank you for the quick response, I have added the code but still have quite a bit of padding on the left and right on mobile. Attached is a screenshot.

    #1412993

    Hi,

    Please try this instead:

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

    Best regards,
    Rikard

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