From 64d056b5530ba9aa53f78d96fe4d6a3dc659449e Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Mon, 12 Dec 2016 18:39:01 +1100 Subject: [PATCH] Gallery wrapper should be 100% width --- assets/css/sportspress-style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/sportspress-style.css b/assets/css/sportspress-style.css index 557b3ba0..4fa053a2 100644 --- a/assets/css/sportspress-style.css +++ b/assets/css/sportspress-style.css @@ -126,6 +126,7 @@ .sp-template-gallery .sp-gallery-wrapper { border: 1px solid #e5e5e5 !important; display: table; + width: 100% !important; } .sp-template-gallery .gallery-item {