https://balrajdesign.com/ccscaribbean/ – On my footer I would like to center my telephone number and email address and add icons before each text. I was able to center the telephone number and email address but my icons are left aligned.
Hey navindesigns,
Try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#footer .footerInfo .av_font_icon {
display: inline-block;
float: none;
}
Best regards,
Nikko