Prestige Theme HTML video won't stretch across entire page

Hi all,

I recently embedded a video onto my prestige home page using the HTML block. Video is embedded ok but I can’t get it to stretch the entire page width. I’ve tried some code edits as suggested on previous threads/discussions but nothing is working.

Any ideas?

Thanks

Can you provide link to your store?

www.SCRBS.co.uk

The current published theme doesn’t have it showing as we are launching our new website tomorrow

Can you send me the preview link of the page with issue so that i can review it?

Hi @mwix1 ,

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code just above tag

<style>
#section-ba4c9296-ae78-4f73-a8b3-e006e6cfbaee .Container  {
    padding: 0px;
}
#section-ba4c9296-ae78-4f73-a8b3-e006e6cfbaee{
    padding-top: 30px;
    padding-bottom: 30px;
}
</style>