I am using Boostrap 4(Bootstrap v4.0.0-beta) Beta and facing issues with offsetting columns. Earlier i used to do offset-md-* and it was working, with BS4 Beta this is removed according to docs. The new method mentioned in docs is using .ml-auto , when i try to use it with col-md-4 it is offsetting 4 columns. What i want is custom offsetting like
**<div class="col-md-4 offset-md-2"></div>**
I tried using
**<div class="col-md-4 ml-md-2"></div>**
but didn't work Is this is bug or there is another way to do it ?
Here is official docs about offsetting
https://getbootstrap.com/docs/4.0/layout/grid/#offsetting-columns