Center the bottom bar content. footer-bottom
/* -- START center food credits -- */
#footer-info {
text-align: center;
width: 100%;
}
/* -- END center food credits -- */
Code language: CSS (css)Last updated:
Center the bottom bar content. footer-bottom
/* -- START center food credits -- */
#footer-info {
text-align: center;
width: 100%;
}
/* -- END center food credits -- */
Code language: CSS (css)