Archived topic
Too little Space below YouTube Video
3 replies · Started by Marius on August 10, 2018
I have noticed, that there is too little space beneath a YouTube Video. So the following text sits too cloese to the video embed.
How can i change this?
Hi there,
Try this CSS:
.lyte-wrapper {
margin-bottom: 20px !important;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
I should also mention that your HTML has inline styles which isn't the best:
<div class="lyte-wrapper" style="width:853px;max-width: 100%;margin:5px;">
Thanks, the css works.
But what´s about the inline styles, you have mentioned? As far as i know, this must come from a plugin called youtube lyte https://de.wordpress.org/plugins/wp-youtube-lyte/
I use this plugin because of the DSGVO GDPR stuff. Do you think, this is not okay?
It's fine.
Just hard to overwrite the style that's all.