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
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
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!
That solved it! Thank you so much!