Home Forums Basel support forum Big space in the footer Reply To: Big space in the footer

#2582

Artem Temos
Keymaster

Hi,

It is because you have added large space to social icons in the style.min.css file

Remove it or add the following custom css

.widget_text .social-icons li {
    margin: 5px 5px 0 5px;
}

Regards