This topic has 4 replies, 3 voices, and was last updated 4 years ago ago by Rose Tyler
Hi there! I am having problems with a video that I have inserted in the “About us” page, I can see it perfectly on desktop but on mobile the video is totally displaced and of the wrong size and I have already looked for a way to solve it without success.
The page is https://terranian.es/nosotros/ and I have attached a screenshot of how it looks on mobile.
https://mega.nz/file/McJ3wAhD#mG5Rnl4gGTFAu2ytKzvfhD1zWlghtPLxqvjPyYaeteA
Hello,
Add the below code to Theme Options > Custom CSS to make the video wider on the mobile device
@media only screen and (max-width: 992px){
#etheme-popup-holder {
left: unset;
transform: translateY(-50%);
}
}
Regards
Here I am!!! Thanks a lot Olga! Working perfectly though decided to use a YT video instead a self hosting video. Hugs!
Hi,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up