Hey there,
The whole site (Stiletto theme) I am working is full-width. I can’t seem to get the video to go full-width too.
Could someone please help me?
Cheers!
Hey there,
The whole site (Stiletto theme) I am working is full-width. I can’t seem to get the video to go full-width too.
Could someone please help me?
Cheers!
This is Noah from PageFly - Shopify Page Builder App
I can help you. Please can you provide the website url. Thank you.
Best regards,
Noah | PageFly
@XUCK Please provide your store URL to help you on this.
Hello @XUCK
The whole site (Stiletto theme) Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
.video {
max-width: 100%;
padding: 0;
}
If a particular video section is full width then add CSS rules.
.video {
max-width: 100%;
padding: 0;
}
If I managed to help you then, don’t forget to Like it and Mark it as a Solution!
Best Regards,
Rakesh_patel_68
Thanks so much!
@XUCK Please follow below steps to set full width to video. Let me know whether it is helpful for you.
.video {
padding: 0px !important;
max-width: 100% !important;
}
Result will be like,
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.