From f7b3ce1d35216ee2adbbbaca8f4e076b179893bd Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 27 May 2016 09:43:23 -0400 Subject: [PATCH] Featured image & logo centered --- css/front.css | 6 +++++- index.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/css/front.css b/css/front.css index 23cc3d57..249590b9 100644 --- a/css/front.css +++ b/css/front.css @@ -507,6 +507,9 @@ glm-member-db-list.glm-member-db-grid-view .glm-member-list-image { .glm-member-detail-items { margin-top: .5em; } +.glm-member-detail-logo-wrapper { + text-align: center; +} .glm-member-detail-featured-image-wrapper { padding: 0; overflow: hidden; @@ -514,9 +517,10 @@ glm-member-db-list.glm-member-db-grid-view .glm-member-list-image { max-height: 360px; border-radius: 4px; margin-bottom: 10px; + text-align: center; } .glm-member-detail-featured-image-wrapper img { - float: right; + float: none; margin: 0 auto; } .glm-package-detail-featured-image-wrapper img { diff --git a/index.php b/index.php index c6973e02..78eb0bcd 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 2.0.2 + * Version: 2.0.3 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -38,7 +38,7 @@ * */ -define('GLM_MEMBERS_PLUGIN_VERSION', '2.0.2'); +define('GLM_MEMBERS_PLUGIN_VERSION', '2.0.3'); define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.7'); // Check if plugin version is not current in WordPress option and if needed updated it -- 2.17.1