Top "Css-multicolumn-layout" questions

The Multi-Column Layout module in CSS allow users to layout their content in a column format, based on a number of different properties.

How to display an unordered list in two columns?

With the following HTML, what is the easiest method to display the list as two columns? <ul> <…

html css html-lists css-multicolumn-layout
How to prevent column break within an element?

Consider the following HTML: <div class='x'> <ul> <li>Number one</li> &…

html css css-multicolumn-layout
CSS multi-column layout of list items doesn't align properly in Chrome

I am building a menu system presented to the user in multi-column format. The column-count property in CSS3 gets me 90% …

css alignment css-multicolumn-layout
Bootstrap 4 masonry layout utilizing flexbox grid

Is there a way to create a masonry column layout utilizing the flexbox grid that Bootstrap 4 comes equipped with? It …

css flexbox bootstrap-4 css-multicolumn-layout
How can I create multi columns from a single unordered list?

I'd like to create a multi column list like this: https://jsfiddle.net/37dfwf4u/ No problem when using a …

css flexbox html-lists css-multicolumn-layout
Change the direction flow of CSS columns

So I have CSS like this: #blogPosts{ -moz-column-count: 3; -moz-column-gap: 10px; -webkit-column-count: 3; -webkit-column-gap: 10px; column-count: 3; column-gap: 10px; width: 100%; } and this creates 3 …

html css flexbox css-multicolumn-layout
CSS3 multi column layout IE workaround

I've stumbled across a really great project (CSS3 PIE) today that makes it possible to use CSS3 rounded corners, shadows …

css internet-explorer layout css-multicolumn-layout
Column-count is not working in Chrome

I have a text splitted in 4 columns and it works perfectly in Safari I don't know why I can see …

css google-chrome column-count css-multicolumn-layout
Is there a way to specify different widths for columns in CSS3?

I would like to use CSS to present a two-column layout. The markup I am using is this <div …

css css-multicolumn-layout
CSS3 multi-column list

I've been using CSS3 multi-column for a few Wordpress sites now and one thing that I find excepteble but still …

html wordpress css css-multicolumn-layout