Viewing 3 reply threads
You must be logged in to reply to this topic.
Hello,
1.) Please have a look here (https://goo.gl/4IqPaF) with your mobile device. You can see that the embedded youtube-video isnt responsive. How can i fix that?
2.) Please take a look at this picture (https://s22.postimg.org/tp2k3ngkh/layout.png) Google is punsihing me (google cant read the h1 and some users too). How can i fix that? You can check out the exact link here (https://goo.gl/AXVOxw) but it works with every site.
Thank you.
Hello,
Please try to add this code into your custom css box:
@media (max-width: 979px){
.html5-video-player {
width: 32%;
height: 36%;}
}
If the issue persists, send us your wp credentials in a private reply. So we can give it a closer look.
-Add this code into your custom css box:
@media (max-width: 979px){
nav { display: none;}
.mobile_small_menu {
display: block;
left: 10%;
}
#logo { margin-left: 43%;}
}
Let us know.
Best regards!
Hello,
no, it doenst work. Please try to fix it without using my login.
Hello,
1-I see the video is fitting the iPhone 5 screen size(screenshot) So is in iPad(screenshot) What is the issue?
2-Add this code into your custom css box:
@media (max-width: 1190px){
nav { display: none;}
.mobile_small_menu { display: block;}
#logo { margin-left: 50% !important;}
}
Did you remove the page header title? The code above will make the mobile menu display until the header is wide enough for the menu to fit in, without needing to slip down and overwrite page header title.
Best regards!
You must be logged in to reply to this topic.