Resolved

Centering footer text

Ultra Theme started by rinoa3108 Nov 1, 2019 1 reply
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

Andrew Misplon Puro Nov 2, 2019 · 3:33 pm #13443

Hi Judy

You can try adding to Additional CSS:

.site-footer .bottom-bar .site-info,
.bottom-bar-menu {
	text-align: center;
	width: 100%;
}
2 posts