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; } }