I am using twitter bootstrap for my site. I would like to use progress bar to indicate the percentage completion of the process.
In the progress bar I want to display the name the step in process and use a badge either at the end or start of progress bar to display the percent complete. Here is the JS fiddle link for what I am trying to do
But the bade and progress bar don't get aligned side by side. I am not very good at css so I am not sure what I can do to align them in the same row.
Please help