I am trying to use just one widget area in my footer but I am having 2 issues:
1- How do I center everything in the footer?
2- The icons are overlapping each other. I just want them to look like my mockup
Mockup. – https://ibb.co/Twcv09F
My site – http://alexandere24.sg-host.com/
Thanks
Hi navindesigns,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
#footer {
text-align: center;
}
#footer .social_bookmarks {
height: auto;
font-size: 32px;
}
#footer .social_bookmarks li {
display: inline-block;
float: none;
border: none;
margin: 0 6px;
}
#footer p img {
float: none;
display: inline-block;
margin-left: 0;
margin-right: 0;
}
Best regards,
Nikko
that works perfect
thanks
Hi,
Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike