From a67d86dd12252ea602d7050b9177a9c6590dcbe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?roberto=20tu=C3=B1=C3=B3n?= Date: Sun, 17 May 2020 23:12:20 +0200 Subject: [PATCH] Fixing sponsors single image margin --- 2020theme/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2020theme/style.css b/2020theme/style.css index 7613cd0..7913586 100644 --- a/2020theme/style.css +++ b/2020theme/style.css @@ -4356,10 +4356,11 @@ div[class^="wcorg-sponsor-level-"] { width: auto; max-height: 10rem; } +/*_______ Sponsors single _______*/ .single.single-wcb_sponsor .entry-image { padding: 0 2rem; background: white; - margin-bottom: -4.5rem; } + margin-bottom: -5.5rem; } .single.single-wcb_sponsor .entry-title { margin-bottom: 4rem; }