Title: Multi column layout
Last modified: September 1, 2016

---

# Multi column layout

 *  Resolved [Blutarsky](https://wordpress.org/support/users/blutarsky/)
 * (@blutarsky)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/multi-column-layout/)
 * I am attempting to output the list of documents in a multi column layout div (
   2 columns), using the following in the DIV css:
 *     ```
       -moz-column-count: 2;
       -webkit-column-count: 2;
       column-count: 2;
       ```
   
 * however one element of the document list will be clipped across the two columns.
   See here: [https://s3.postimg.org/k3tdauqtf/Untitled.jpg](https://s3.postimg.org/k3tdauqtf/Untitled.jpg)
 * I know that this may depend on the browser rendering, but maybe you have some
   idea to fix this?
 * [https://wordpress.org/plugins/file-away/](https://wordpress.org/plugins/file-away/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Blutarsky](https://wordpress.org/support/users/blutarsky/)
 * (@blutarsky)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/multi-column-layout/#post-7666684)
 * Solved!
 * Add this to CSS:
 *     ```
       fileawayDIVcontainer a {
       -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
       break-inside: avoid;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Multi column layout’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/file-away_e3e2e1.svg)
 * [File Away](https://wordpress.org/plugins/file-away/)
 * [Support Threads](https://wordpress.org/support/plugin/file-away/)
 * [Active Topics](https://wordpress.org/support/plugin/file-away/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/file-away/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/file-away/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Blutarsky](https://wordpress.org/support/users/blutarsky/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/multi-column-layout/#post-7666684)
 * Status: resolved