When resizing the browser, the container class in bootstrap always focuses on the first column on the left class="col-lg-3"
. Is there a way to make it focus on the middle column col-lg-6
instead?
Before resizing:
https://i.sstatic.net/X4jAk.png
After resizing:
https://i.sstatic.net/b2RNW.png
First part of Bootstrap code:
<section class="newsfeed">
<div class="container-fluid">
<div class="row">
<div class="col-lg-3">
<a href="#">
<div class="storybox"
style="background: linear-gradient( rgba(34,34,34,0.78), rgba(34,34,34,0.78)), url('assets/img/posts/2.gif') no-repeat;
background-size: cover;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;">
<div class="story-body text-center">
<div class=""><img class="img-circle" src="assets/img/users/10.jpg" alt="user"></div>
<h4>Clifford Graham</h4>
<p>2 hours ago</p>
</div>
</div>
</a>