You might want to try adjusting the width in these declarations in ALL 4 CSS files.
.progressbar_active {
background: url(../images/orderstep.png) repeat-x;
background-color: #3DA200; /* Determines the active color of the completed part of the line */
width:25%;
float:left;
height: 5px;
color: #3DA200;
}
.progressbar_inactive {
background: url(../images/orderstep.png) repeat-x;
background-color: #9A9A9A; /* Determines the active color of the completed part of the line */
width:25%;
float:left;
height: 5px;
color: #9A9A9A;
}



Reply With Quote
