Hi,
Can I re-size video testimonial please? I cant see where to edit this, linked from youtube
Many thanks!
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
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
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
Brilliant thanks for that Elliott :)