forums › forums › Circle Flip Support › Footer Changes › Reply To: Footer Changes
September 23, 2015 at 11:29 am
#4635
Hello Leuke,
I understand, since you’re working on localhost I will not be able to view the website.
No need for the link, only you can access the website link.
Anyway, you can try those 2 CSS rules
1- remove margins from footer
.footerList{
margin-top: 0;
margin-bottom: 0;
}
2- if that’s not enough, you can also remove padding from footer li
.footerList li{
padding-bottom: 0;
}
Hope that helps
Cheers