Can't offset columns by a certain amount of columns anymore.
See original GitHub issueThere used to be classes like col-sm-offset-X or offset-sm-X in the previous versions. So I could offset columns like:
<div class="row">
<div class="col-sm-2 col-sm-offset-3"> ... </div>
</div>
When I needed. Now seems like I am stuck with md-sm-auto and ml-sm-auto that align it either on the left or right side of the row.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Excel OFFSET function Explained in Simple Steps
Excel OFFSET is a GREAT formula for dynamic calculations with "moving" ranges. This article and video explain it in VERY SIMPLE terms.
Read more >Excel OFFSET function - formula examples and uses
The OFFSET function in Excel returns a cell or range of cells that is a given number of rows and columns from a...
Read more >Excel OFFSET Function Explained
The OFFSET function returns a cell or range of cells that are a specified number of rows and columns from the original cell...
Read more >OFFSET function
Returns a reference to a range that is a specified number of rows and columns from a cell or range of cells. The...
Read more >Excel OFFSET Function - including Common MISTAKES to ...
The OFFSET function is the magic ingredient for writing formulas that ... your data grows or summarise data based on criteria you set...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Workaround: Copy and paste this into your project
Offsetting columns will be restored in v4 Beta 2: https://github.com/twbs/bootstrap/pull/23445