From: Laury GvR Date: Mon, 16 Jan 2017 14:28:21 +0000 (-0500) Subject: Contact list on small view looked squished X-Git-Tag: v1.0.19^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=acfc82ee0504924f421563214c6d8c711279d51e;p=WP-Plugins%2Fglm-member-db-contacts.git Contact list on small view looked squished Changed the 6-column on small to small-12 medium-6 so it all fits in small view. --- diff --git a/views/front/contacts/list.html b/views/front/contacts/list.html index 6904503..8eb904c 100644 --- a/views/front/contacts/list.html +++ b/views/front/contacts/list.html @@ -73,7 +73,7 @@ and open the template in the editor. {$contact.lname}, {$contact.fname}
-
+
{if $contact.title}
{$contact.title}
{/if} {if $contact.ref_type.name}
@@ -92,7 +92,7 @@ and open the template in the editor.
{/if} {if $contact.county}
{$contact.county} County
{/if}
-
+
{if $contact.office_phone}
{$contact.office_phone}
{/if} {if $contact.fax}
{$contact.fax}
{/if} {if $contact.email}{/if}