How can I make a YouTube video full width in Debut theme?

Hi want to make the youtube video of my page full width. May I please know the custom code?

hello @ibarry3393

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

@Kinjaldavra The code is missing. My video is a youtube link. Would that work for it too?

@Kinjaldavra The store URL is this https://www.g33.co.nz/

Password 123456

@ibarry3393 Hi, Please Share your Store URL So will check out your issue.

Thank you

hello can you please share your screenshot to which section do you want to full width I can’t see video in your store

Apologies @Kinjaldavra , does that help? It is right below the header

hello @ibarry3393

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-1626405594175c36ae .page-width{
    max-width: 100% !important;
}

@ibarry3393 hey, you have given the extra padding on both sides left and right. Please remove it

.page-width {
    /* padding-left: 55px; */
    /* padding-right: 55px; */
}

see this code just remove the extra padding .your problem will be short-out .

Thank you.

Awesome thanks heaps!

Cool done!