How can I remove extra white space from a video in theme Craft?

Hello,

I am using theme Craft. At the bottom of my video, there is too much white space.

Here is the preview : https://www.sahilaneja.com/?_ab=0&_fd=0&_sc=1

1 Like

Hi @Sahilaneja ,

This is Henry at PageFly - Shopify Advanced Page Builder app.

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Henry | PageFly

Hello, thank you for your reply but it didnt work.

Here the preview : https://www.sahilaneja.com/?_ab=0&_fd=0&_sc=1

Hi @Sahilaneja ,

For what Ive notice its the “&nbsp” creating the space below it need to edit the HTML. I delete some of it and this gives me the result.

I hope it help.

Hi @Sahilaneja

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the css file:

.videoBackground .videoBox {margin-bottom: -30px;}

Regards,

San

I checked your store again and it seems you found the solution.