Hello, is there a way to make the play button for mobile smaller?
Greetings and welcome to the Community, @Leonora_Ralston
This code should do the trick:
@media(max-width: 500px) {
.yottie-widget-video-preview-play {
width: 40px;
}
Please add it to the Custom CSS field on the Appearance tab of your widget’s settings and let me know if it helped
1 Like