Skip to content

Instantly share code, notes, and snippets.

@bradp
Created July 24, 2015 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradp/5e2b0bfe0d1bfd08a187 to your computer and use it in GitHub Desktop.
Save bradp/5e2b0bfe0d1bfd08a187 to your computer and use it in GitHub Desktop.
CSS 3 columns
1. Install Custom CSS plugin (http://plugins.wordpress.org/css)
2. Add this css:
#wp-realtime-sitemap-pages ul:first-child {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment