Solved

Make Video Full Width in Debut theme

ibarry3393
Excursionist
16 0 5

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

Accepted Solutions (2)
Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

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;
}

 

View solution in original post

Zworthkey
Shopify Partner
5581 642 1567

This is an accepted solution.

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

View solution in original post

Replies 10 (10)

Kinjaldavra
Shopify Partner
2302 570 1423

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.

 

 

ibarry3393
Excursionist
16 0 5

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

ibarry3393
Excursionist
16 0 5

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

Password 123456

Kinjaldavra
Shopify Partner
2302 570 1423

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

ibarry3393
Excursionist
16 0 5

 

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

Screen Shot 2021-07-16 at 4.27.52 PM.png

Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

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
Excursionist
16 0 5

Awesome thanks heaps!

Zworthkey
Shopify Partner
5581 642 1567

This is an accepted solution.

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

ibarry3393
Excursionist
16 0 5

Cool done!

Zworthkey
Shopify Partner
5581 642 1567

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

Thank you