Comments on Progress Bar Tutorial [ F2U ] All Comments Start of Thread Parent

Use that but just change "height" by "width" then

ya doing that changes the progress on the bar but not the actual bar itself

It does

<div class="progress" style="width:50px;"><div class="progress-bar" style="width:50%;background-color:#FCD063;"><br></div></div>



<div class="progress" style="width:100px;"><div class="progress-bar" style="width:50%;background-color:#FCD063;"><br></div></div>