Questions tagged [column-count]

The column-count CSS property describes the number of columns in an element.

The column-count CSS property describes the number of columns in an element.

Further Reading

129 questions
0
votes
0 answers

Can I apply different styles to columns in column-count?

Is there any way to add different styles for columns made with column-count? I have a div which is divided into multiple columns using column-count. At a time only two columns are visible on page. I need to add margin-left to the first column and…
pravid
  • 719
  • 9
  • 27
0
votes
1 answer

columns and horizontal scroll

I want to add items into a list dinamically and when I do this, the order is so weird, when I add the first item, this stick to the left, when I add the second one, this go to center, and the third item go to rigth, all good so far, but, when I add…
NewJsGuy
  • 113
  • 12
0
votes
1 answer

top position of text spread across two columns

I'm having problem with setting top position for the text. There is main div with "column-count:2" and inside there is some text which spreads in two columns. Text is in divided in different tags call "sen". There is also some text which is…
pravid
  • 719
  • 9
  • 27
0
votes
1 answer

Mathjax font size shrinks when playing with `position` CSS attribute

I want to make a HTML document with a list of math formulas mimicking a \itemize latex environment (i.e. markers should be like "1), 2), etc") and I would like to have a two-columns layout. For math formulas I use MathJax, for the markers I used the…
Cédric Van Rompay
  • 2,489
  • 1
  • 18
  • 24
0
votes
1 answer

bootstrap embed-responsive does not work with css column count?

bootstrap embed-responsive does not work with css column-count. For example: /** Divide the target element into columns */ .columns { -webkit-column-count: 4; -webkit-column-gap: 10px; /*-webkit-column-fill: auto;*/ …
Run
  • 54,938
  • 169
  • 450
  • 748
0
votes
0 answers

CSS grids - Aligning sections divided with column-count to each others

I'm using "column-count" to create a grid of items aligned upward to each others ("column-gap: 0px"). It looks great but the problem starts when I try to implement infinite scrolling. I'm adding another grid with the same structure below the first…
0
votes
2 answers

Why does column-count break bootstrap?

I want to merge this layout with bootstrap: https://jsfiddle.net/clankill3r/j9hj8rw8/ (here the columns are balanced nice without gaps, something I can't get done with bootstrap (maybe it is possible, if so let me know). The problem now is that as…
clankill3r
  • 9,146
  • 20
  • 70
  • 126
0
votes
1 answer

Strange CSS :after effect in card columns in Bootstrap 4

I'm using Bootstrap 4 masonry card layout for a project and inside that project I have a