I'm trying to center my layout developed using bootstrap 3 and no matter what I try from previous threads, it doesn't seem to center.
I currently have this as the code:
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9 text-center"> <iframe class="embed-responsive-item" style="max-width:853px; max-height:480px;" src="https://www.youtube.com/embed/videoseries?list=PLOStnEM8wBObKeWWFuh5zqac5d8XMZcfe"></iframe> </div>
Do I need to change the CSS? Is there something I am missing here?
Here is where I am having the issue. startupmarketing.tammycamp.com
I actually tried all the the options here and none of them worked:
How do i center Youtube Video (iframe) in twitter bootstrap 3?