Centering An OceanWP Footer Widget Examples

CENTERING OCEANWP FOOTER WIDGETS

Icons may not align.

Centering Social Icons

#footer {
text-align: center;
}
#footer .owp-social-share li {
float: none;
display: inline-block;
}
#footer-widgets .footer-box .widget-title {
border: 0;
padding: 0;
}

Centering Contact Info Widget

#footer {
text-align: center;
}
#footer .widget-oceanwp-contact-info li {
float: none;
display: inline-block;
}
#footer-widgets .footer-box .widget-title {
border: 0;
padding: 0;
}

Change border color of contact icons.
#footer-widgets .contact-info-widget i
{border-color:#000}