// Change Responsive Progress Bar to show text underneath
// To do this, I edited “responsive-progress-bar.php” and changed this
<div class='rprogress-bar rprogress' style='background: ${bgcolor}'></div><div class='rprogress-text' style='color: ${text_color}'>${text}</div>
// To this
<div class='rprogress-bar rprogress' style='background: ${bgcolor}; position: absolute'></div><div class='rprogress-text' style='color: ${text_color}; position: absolute'>${text}</div>