Hi,
I would like to add more spacing / padding by default before / after embedded videos in the post. What css do I have to edit / add in order to do this?
Thanks!
Hey discotech,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
I want to add additional spacing before and after the youtube video posted here:
Hi,
Add this to quick css:
figure.wp-block-embed-youtube{
padding:50px 0!important;
}
Best regards,
Jordan Shannon
That seems to just add the padding to the bottom – i’d like to add it to both the top and bottom of the video. Thanks!
Hi,
Did you add the code to the very top of quick css so it runs first? Also be sure to clear the cache a few times over.
Best regards,
Jordan Shannon