Created
July 24, 2015 00:59
-
-
Save bradp/5e2b0bfe0d1bfd08a187 to your computer and use it in GitHub Desktop.
CSS 3 columns
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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