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

Everything is explained somewhere on the page

do you mean the height of the bar ?

image.png

na like     its too long  

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>