Hey @Max Is there a way to increase the popup size of the video?
@lwaterskatz This CSS code should help:
.global-styles, .yottie-popup-inner {
width: 100%!important;
}
Try it out and let me know if you like the result
This worked perfectly! I am so sorry but I also forgot to ask if there was a way to center out this text and make it bigger and have padding along the edges?
Hi there, @lwaterskatz
I’ve checked your widget and the window with this text is much smaller now:
Would you like to center the text only horizontally or vertically too?
Given the current size of the window, would you still like to increase the text size?
it would be awesome to center both ways so that there is a lot more padding along the edges. Increasing the text size might be a nice option once there is padding along the edges.
Got it!
I’ve passed your request on to the devs and will let you know once I have their response
Hey there @ Max! Any news on this one?
We’ve added this code to the Custom CSS field:
.yottie-widget-video-info {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
Please check it out and let me know if you like the result