Home › Forums › Basel support forum › Big space in the footer › Reply To: Big space in the footer
August 9, 2016 at 10:37 am
#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