diff --git a/core/layout/common.css b/core/layout/common.css index 45d4f758..825c4f4f 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -498,14 +498,19 @@ footer .col4 { footer .col4 { width:100%; } - footer span { - text-align: center; - + #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 ; + } +} + footer #footerSocials span {