I want to add a service area to my site and have each town linked. However, I can't seem to find the best way to do this. Tried using Columns but the formatting doesn't give me desired results. Thanks in advanced
Maybe by editing it as HTML? Add a class to this list container e.g. class="list-columns" Then in Dashboard / Appearance / Customize, click Additional CSS and add following lines (click Publish afterwards): .list-columns { list-style: none; columns: 4; } Code (CSS):