How can I properly align videos on my page?

Hey Folks,

Here is the page I am having issues with, if you scroll down all my youtube videos are looking a bit sporadic. Can anyone help me get these laid out better?

https://www.generationaudio.co.uk/pages/post-production

Many thanks

Scott

hi @Gen-Audio

Add this code at the bottom of Theme > Edit code > assets > base.css file

section#shopify-section-template--16555573772546__main iframe ~ p {
    display: inline-block !important;
}

Try it and let me know

@ExpertRookie

Wow this worked great!!! It looks so much better. Much appreciated :slightly_smiling_face:

@Gen-Audio You are welcome