Bootstrap 4 offset not working how can I solve it? -
this question has answer here:
bootstrap 4 offset not working how can solve ?i have tried many times it's not behaving previous bootstrap please me!my question how can find offset in new version of bootstrap ?
it's explained in docs.
offset, push, pull no longer exist in bootstrap 4 beta must use auto-margins.
e.g...
<div class="row"> <div class="col-4 mx-auto"> i'm centered , offset 4 columns </div> </div>
https://www.codeply.com/go/givefobaam
note: specific column offsets restored in beta 2
also see: offsetting columns not working (bootstrap v4.0.0-beta)
Comments
Post a Comment