Solved

Custom HTML Video Not Full Width

justdonick
Visitor
2 0 2

Hey everyone, so I recently added a Custom HTML video and I wanted to get it to become full-width. Can anyone assist me with the code needed?

 

The website is: Problem Solved

Accepted Solution (1)

dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@justdonick 

Please add the following code at the bottom of your assets/theme.scss.liquid file.

#shopify-section-162617807021c090a9 .page-width {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0px;
}

Hope this works.

Thanks!

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 2 (2)

dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@justdonick 

Please add the following code at the bottom of your assets/theme.scss.liquid file.

#shopify-section-162617807021c090a9 .page-width {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0px;
}

Hope this works.

Thanks!

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
justdonick
Visitor
2 0 2

That solved it! Thank you so much!