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

    Hi,

    Can I re-size video testimonial please? I cant see where to edit this, linked from youtube

    Many thanks!

    #504179

    Hi bgoldstraw!

    Add this to your custom CSS.

    .avia-testimonial-content > p {
      font-size: 13px;
      margin: 0 auto;
      max-width: 50% !important;
    }

    The last two lines are for it’s width.

    Best regards,
    Elliott

    #504214

    Hi,

    Not sure if I am doing something wrong but it is not adjusting the video size, I have changed the percentage to 25 but no luck

    Thanks

    #504229

    Hi!

    For the actual video try this.

    .avia-testimonial-content .avia-iframe-wrap {
      max-width: 50%;
      margin: 0px auto;
      padding-bottom: 280px !important;
    }

    You’ll need to play around with the width and bottom padding settings.

    Regards,
    Elliott

    #504236

    Brilliant thanks for that Elliott :)

    #504533

    Hey,

    Great, glad we could help :-)

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Testimonial Video Size’ is closed to new replies.