I have a problem with bootstrap design i want to make a very simple page which will contain two buttons and a video. The prob. is i dont know how to align theese two buttons with the video in one row here is the code i have:
<body>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-offset-2 text-center">
<span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="..."></iframe>
</div>
<span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span>
</div>
</div>
</div>
</body>
here is an example how i want to look CLICK HERE
EDIT At the moment the arrows are up and below the video
Thank you very much