I'm facing an issue with my progress bar on the page. I applied the classes col-xs-12 col-sm-8
to it, but due to these classes, the progress bar is not displaying correctly and there is empty space at the start and end of the progress bar.
Here is my code for reference: JSFIDDLE
Attached below is the image of the current output:
I want the progress bar to look like this picture:
Could someone please advise me on how to resolve this issue?