rinoa3108 Nov 1, 2019 · 1:39 pm #13433
Hello,
Is there a way to center the text in the footer? And also have the social links centered underneath the text?
Judy
Hello,
Is there a way to center the text in the footer? And also have the social links centered underneath the text?
Judy
Hi Judy
You can try adding to Additional CSS:
.site-footer .bottom-bar .site-info,
.bottom-bar-menu {
text-align: center;
width: 100%;
}