question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Box containers beark responsive elments sequnce

See original GitHub issue

Currently 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. adminlte_remove

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
imhubertjcommented, Oct 4, 2015

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.

0reactions
YasserHassancommented, May 20, 2015

Yes Masonry is one of the options. Thank you @almasaeed2010.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found