New Shopify Certification now available: Liquid Storefronts for Theme Developers

Prestige Theme HTML video won't stretch across entire page

mwix1
New Member
4 0 0

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

 

 

Replies 4 (4)
theycallmemakka
Shopify Partner
973 195 206

Can you provide link to your store? 

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".

mwix1
New Member
4 0 0

www.SCRBS.co.uk

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

theycallmemakka
Shopify Partner
973 195 206

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

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".

theycallmemakka
Shopify Partner
973 195 206

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 </body> tag

 

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

 

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".