You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
Using empty spacer columns isn't necessary with Bootstrap's grid.
Instead of using an empty column just to occupy space and push the next column further to the right, you can just use Bootstrap's .col-*-offset-* classes.
To achieve horizontal alignment there you have additional classes at your disposal in Bootstrap 4 and newer. Also there are classes (margin utilities) which help you with moving sibling columns away from one another.