I’m trying to add a centered phone number in my socket. See screenshot for rough idea. Basically I wont the copyright stuff on the left, than a phone number centered, and the social icons on right.
Hey,
Please go to Enfold theme options > Footer and insert your text there inside a Span tag with a custom class and then add following code to Quick CSS
.copyright {
width: 100%;
}
.your-custom-class { text-align: center; }
Best regards,
Yigit
Hmm.. I added these but it didnt work. It also looks like the soical icons are and text are on different lines now…
.copyright {
width: 100%;
}
.copyright-center { text-align: center; }
<span class="copyright-center">SPEAK TO A SPECIALIST: 1(844)687-2383</span>
Please Advise