Hi,
the position of the progress bar is in the AjaxClientFunction.js at the line 53
This is the line 53 sTop = (centerPoint.y - (dwzAjaxValidate_progressDivHeight / 2)).roundTo(0)
change this line to
sTop = (centerPoint.y - (dwzAjaxValidate_progressDivHeight / 2)).roundTo(0) + 20
add the red code (modify the number like you need)
Gianluigi
|
|
|