I got the ownership of a web app which is a mix of bootstrap(5) and html code.
The problem is if I try to push a column using col-md-offset-4 it does not work at all.
it's not just col-md-offset-4, any col-md-offset-* is not working.
<div class="container">
<h1>Responsive Columns</h1>
<p>Resize the browser window to see the effect.</p>
<p>The columns will automatically stack on top of each other when the screen is less than 576px wide.</p>
<div class="row">
<div class="col-sm-3 ">.col</div>
<div class="col-sm-3 ">.col</div>
<div class="col-sm-3 ">.col</div>
<div class="col-sm-3 ">.col</div>
</div>
</div>