I used this Quick CSS to make the icons larger, but now they aren’t centered on the box:
.iconbox_top .iconbox_icon { font-size: 45px!important;
text-align: center; height: 60px; width: 60px; line-height: 44px; top: -34px;}
Hey esemisanx,
Kindly add margin-left: -45px in your code, it should look like this one:
.iconbox_top .iconbox_icon {
font-size: 45px!important;
text-align: center;
height: 60px;
width: 60px;
line-height: 44px;
top: -34px;
margin-left: -45px;
}
Let us know if it works :)
Best regards,
Nikko
It worked very well, thank you very much.
Hi,
Glad we could help!
We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay