I went to customize theme > Section > Video. I tried editing the code, but the video does not want to stay centered.
Hey @Usman95Javaid
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
The example video is embedded after the “VAST LIBRARY” image with text
Any suggestions?
Hi @Usman95Javaid ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
iframe {
max-width: 100%;
}
