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
Please find the following in the template.css file (it should be on line 1348)
#colmain .row2 h1,
#colmain .row2 h2,
#colmain .row2 h3
{
margin: 0 0 25px;
padding: 0;
}
and add: text-align: center;
it should looks like the following:
#colmain .row2 h1,
#colmain .row2 h2,
#colmain .row2 h3
{
margin: 0 0 25px;
padding: 0;
text-align: center;
}
Regards, AS Team.