Hi All,
Hope someone can help with this issue please:
Theme : Refresh
Issue : Video section and thumbnail on Homepage is showing correctly centered on the page.
Once the Play button is clicked, the video shifts to the right side of the page with only half of it visible.
Sample below :
Hello @Amanda266
can you please share the Site URL and password (if enabled), so i can check and give you the best solution..!
You just need to follow below steps:
-
Go to admin > Online store > edit code.
-
In code directory, find the file named “video-section.css”, and scroll down at the end of the file.
-
Copy below mentioned code and paste it at the end of the suggested file.
.video-section__media video {
left: 0;
top: 0;
object-fix: cover;
}
- Don’t forget to save the file after changes.
Hope this solution works best for you.
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Best Regards
Parth_Ghelani
1 Like
Brilliant 
Thank you so much @parth_ghelani