How do I make a custom HTML video full width?

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

1 Like

@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!

1 Like

That solved it! Thank you so much!

1 Like