Full-Width Video - Stiletto Theme

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:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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!

www.highlandsnatural.com.au

@XUCK Please follow below steps to set full width to video. Let me know whether it is helpful for you.

  1. From admin go to “Online Store” → “Themes”.
  2. Click “Customize” button from the current theme.
  3. Click “Video” section.

  1. Paste the below code in the “Custom CSS” field and save changes.
.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.