Box containers beark responsive elments sequnce
See original GitHub issueCurrently boxes need to be included in containers such as <div class="col-md-6"></div>
to render properly. This prevents the rearrangement of box elements when one of them is removed as in the shot below. It would be better if either:
- Make the boxes render properly without the need for containers by supporting
col-*-*
classes on the element level) or… - Give an option to the developer to let the remove function optionally removes the container instead of the element itself.
Option 2 would be tricky though.
Note: I’d expect the remove function to actually remove the DOM element instead of hiding it.
Issue Analytics
- State:
- Created 8 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
box-decoration-break - CSS: Cascading Style Sheets | MDN
The box-decoration-break CSS property specifies how an element's fragments should be rendered when broken across multiple lines, columns, ...
Read more >Grid system
Bootstrap's grid system uses a series of containers, rows, and columns to layout and align content. It's built with flexbox and is fully...
Read more >How To Set The Display Order And Size Of Columns ...
In the Column Element, under the Design tab, the first two options are Width and Order. NB. You will only see the Order...
Read more >Container
By default, the Container element is automatically responsive. But sometimes you want a wider container instead of the default maximum width (940 pixels)....
Read more >Layout and Grid System | Components
Responsive containers are new in Bootstrap v4.4. They allow you to specify a container that is 100% wide (fluid) until particular breakpoint is...
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 FreeTop 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
Top GitHub Comments
Hi any idea if there is any example on how masonry can be used for the box layout on this template? I not sure how can masonry be used with bootstrap as the column width needs to be define.
Yes Masonry is one of the options. Thank you @almasaeed2010.