Не помогло... есть ещё какие-нибудь варианты? Вот весь код footer:
/**
* Base: Footer
*/
#ipsLayout_footer.base-footer {
padding: 20px 0 20px 0;
margin: 0;
/* Big Footer */
/* IPS Copyright Link */
/* Base Copyright Link */ }
#ipsLayout_footer.base-footer ul li {
text-align: left; }
html[dir="rtl"] #ipsLayout_footer.base-footer ul li {
text-align: right; }
#ipsLayout_footer.base-footer .base-footer__bigfoot {
margin-bottom: 20px;
padding: 0; }
#ipsLayout_footer.base-footer .base-footer__bigfoot h3, #ipsLayout_footer.base-footer .base-footer__bigfoot h3 > a {
margin-bottom: 25px;
font-size: 18px;
font-weight: normal; }
#ipsLayout_footer.base-footer .base-footer__bigfoot > .ipsGrid:first-child {
padding-left: 0; }
#ipsLayout_footer.base-footer .base-footer__bigfoot .ftr-block-content p {
font-size: 13px;
font-weight: normal;
line-height: 1.6; }
#ipsLayout_footer.base-footer .base-footer__bigfoot .ftr-block-content img {
max-width: 100%; }
#ipsLayout_footer.base-footer .base-footer__bigfoot .base-footer-nav,
#ipsLayout_footer.base-footer .base-footer__bigfoot .base-footer-social {
padding: 0;
list-style-type: none; }
#ipsLayout_footer.base-footer .base-footer__bigfoot .base-footer-nav li a,
#ipsLayout_footer.base-footer .base-footer__bigfoot .base-footer-social li a {
position: relative;
display: inline-block;
margin: 4px 0;
font-size: 13px; }
#ipsLayout_footer.base-footer .base-footer__bigfoot .base-footer-nav li a.ipsNavActive,
#ipsLayout_footer.base-footer .base-footer__bigfoot .base-footer-social li a.ipsNavActive {
border-bottom: 2px solid; }
html[dir="ltr"] #ipsLayout_footer.base-footer .base-footer__bigfoot .base-footer-nav li a .ipsNotificationCount, html[dir="ltr"]
#ipsLayout_footer.base-footer .base-footer__bigfoot .base-footer-social li a .ipsNotificationCount {
right: -22px;
left: auto; }
html[dir="rtl"] #ipsLayout_footer.base-footer .base-footer__bigfoot .base-footer-nav li a .ipsNotificationCount, html[dir="rtl"]
#ipsLayout_footer.base-footer .base-footer__bigfoot .base-footer-social li a .ipsNotificationCount {
left: -22px;
right: auto; }
#ipsLayout_footer.base-footer .base-footer__bigfoot .base-footer-instagram li {
margin-bottom: 2.1276595745%; }
#ipsLayout_footer.base-footer .base-footer__bigfoot .base-footer-instagram li img {
width: 100%;
border-radius: 3px; }
#ipsLayout_footer.base-footer .base-footer__bigfoot .base-footer-social li .fa {
display: inline-block;
width: 25px;
vertical-align: text-bottom;
text-align: center; }
#ipsLayout_footer.base-footer .base-footer__bigfoot .base-footer-twitter ul {
list-style-type: none;
padding: 0; }
#ipsLayout_footer.base-footer .base-footer__bigfoot .base-footer-twitter ul li {
margin-bottom: 15px; }
#ipsLayout_footer.base-footer .base-footer__bigfoot .base-footer-twitter ul .tweet a {
font-size: 13px; }
#ipsLayout_footer.base-footer .base-footer__bigfoot .base-footer-twitter ul .tweet a span {
word-break: break-word; }
#ipsLayout_footer.base-footer #elCopyright {
text-align: center; }
#ipsLayout_footer.base-footer .base-footer__credits {
font-weight: 400;
font-size: 14px;
text-align: center;
display: block;
margin-top: 6px; }
/* Media Queries */
/* IPS4 */
@media only screen and (min-width: 980px) {
#ipsLayout_footer.base-footer {
padding: 40px 0 40px 0;
margin: 2px 0 0;
/* IPS Copyright Link */
/* Base Copyright Link */ }
#ipsLayout_footer.base-footer .ipsLayout_container > .ipsGrid {
padding: 0 15px; }
#ipsLayout_footer.base-footer .ipsFooter .footerCol {
width: 100% !important;
padding: 15px;
text-align: center; }
#ipsLayout_footer.base-footer .ipsFooter .footerCol:last-child {
padding-top: 0; }
#ipsLayout_footer.base-footer #elCopyright {
text-align: left; }
html[dir="ltr"] #ipsLayout_footer.base-footer #elCopyright {
float: left; }
html[dir="rtl"] #ipsLayout_footer.base-footer #elCopyright {
float: right; }
#ipsLayout_footer.base-footer .base-footer__credits {
margin-top: 0; }
html[dir="ltr"] #ipsLayout_footer.base-footer .base-footer__credits {
float: right;
text-align: right; }
html[dir="rtl"] #ipsLayout_footer.base-footer .base-footer__credits {
float: left;
text-align: left; } }