Get an access to all 94 items designed and developed by AS Designing team plus all the future items which will be released over the course of your club subscription. Price starting from $59.00
http://demo.astemplates.com/joomla-templates/002097/index.php/pages/projects
In the tmpl.default.css file please find the following class (line 5692):
.radial-progress .inset .percentage .numbers span
{
color: #fff;
display: inline-block;
font-size: 54px;
font-weight: 700;
text-align: center;
vertical-align: top;
width: 120px;
z-index: 2000;
}
and replace it with the following:
.radial-progress .inset .percentage .numbers span
{
color: #fff;
display: inline-block;
font-size: 48px;
font-weight: 700;
line-height: 54px;
text-align: center;
vertical-align: top;
width: 120px;
z-index: 2000;
}
Regards, AS Team.