Hi,
I am trying to get the icons I am using in my footer to center above the text. See here: palestinemission.ie
I have tried both of these in css but neither work:
.icon-clock { font-size: 30px;
text-align: center;}
.icon-clock { font-size: 30px;
display: block;}
I have also used '!important' and this has not worked either
Any help would be appreciated!!
Thanks,
Megan
Comments
Please, try following Custom CSS Code instead of the one you posted.
#Footer{Thankstext-align: center!important;
}