From e90bde4becbf3ab6962e1456d01933bf0455af11 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 31 Mar 2019 11:08:08 +0200 Subject: [PATCH] [9.0.15] footer media fix --- core/layout/common.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/layout/common.css b/core/layout/common.css index 825c4f4f..2a95a5b0 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -498,16 +498,13 @@ footer .col4 { footer .col4 { width:100%; } - #footerCopyright, #footerText, #footerSocials { - text-align: center !important ; - } footer div span:last-of-type { display: block; } } @media (max-width: 768px) { #footerCopyright, #footerText, #footerSocials { - text-align: center !important ; + text-align: center; } }