05/21/2015 at 9:11 pm
#335194
Keymaster
@ matt581
Great to hear this is all but sorted!
What I’m not entire clear on… the View All link. Do you want the link or do you not want the link? It can be turned off in the settings on the Connections : Settings admin page under the Display tab.
If the presentation is the issue… The presentation is correct. It simply displays the names of the entries within the directory. The appearance of those names do appear “odd” because the theme has the style of the page content to be justified. To left align the names, add the following to the theme’s custom CSS area:
#cn-names {
text-align: left;
}
That should make it much more readable.
Hope that helps!