- This topic has 6 replies, 2 voices, and was last updated 8 years, 9 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Naturo -Video not resizing
Hello,
I have an issue with video content not resizing properly for mobiles in Naturo theme.
http://wordpress2015.wilddogworld.com/wordpress/films_television
I have tested this both with our additional CSS and without and on both occasion the films on the page above bust out of the right hand side of mobile phones in portrait mode. I have tried various @media CSS calls, but nothing I can see fixes the issue. I suggest that this is possibly to do with the theme. Can you suggest a fix please?
Andy
Hi Andy,
Kindly add this code in custom CSS Box:
@media screen and (max-width:767px){
.WDimages{margin:0 !important; padding:0 !important; width:100% !important;}
}
Regards,
Brad
No it does not seem to have fixed the issue as far as I can see. I have added:
@media screen and (max-width: 480px) {
.WDimages {
margin:0 !important;
padding:0 !important; width:100% !important;
}
}
@media and (max-width: 767px) {
.WDimages {
margin:0 !important;
padding:0 !important; width:100% !important;
}
}
Made an edit to the Syntax above to add ‘screen’ in second CSS call, but has not helped!
Hi Andy,
Kindly add this code in custom CSS Box:
@media screen and (max-width:767px){
.WDimages{margin:0 !important; padding:0 !important; width:100% !important;}
.WDimages iframe{width:100% !important;}
}
Regards,
Brad
Brad, Great, thanks. That has fixed it!
Okay cool 🙂
Best WordPress Portfolio Plugins WordPress as an open source and self – hosted content management system is successfully used by thousands of people all around […]
Language Translator WordPress Plugin Your website cannot stand firm in the digital arena if it is not multilingual. If you want to achieve maximum results […]
Are you looking for the best WordPress SEO plugins for your WordPress websites? If yes, you have landed on the right page. This post talks […]