guidepost
guidepost copied to clipboard
Add column support
I had someone write in to request column support. I think that's a pretty good idea as the list can get quite long.
I have them this snippet which should work. In the next version let's maybe try to add a range slider that uses css to change the number of columns.
#guidepost ul {
column-count: 2;
}