YouTube video goes over sidebar [closed]
Yes, there are issues with responsiveness. Add your video in a div with class yt-video. For example. <div class=”yt-video”> <iframe width=”560″ height=”315″ frameborder=”0″ allowfullscreen=”allowfullscreen” src=”https://www.youtube.com/embed/602q_GYXOWA?rel=0″> </div> And add this CSS in your style.css file. div.yt-video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } div.yt-video iframe, div.yt-video object, div.yt-video embed{ … Read more