Thread Starter
sofly
(@sofly)
Oh, shoot – Chris, if you see this… I didn’t see the previous thread about the same issue even though I looked: https://wordpress.org/support/topic/small-percentages-result-in-misshapen-progress-bar?replies=2
I will poke through your answer there and report back here later. Sorry!
Yeah, the issue is that the curve of the background layer is gradual enough that very small percentages appear out of the background. There’s not an easy way around this without reducing the curve and making it more square (which is possible with custom CSS). The actual progress layer uses the same border radius as the background but when it’s only showing a very small percentage, that border radius is reduced relative to the bar that is being rendered.
Your best bet is to use custom CSS to change the border radius. I have some alternate styles for this plugin in my theme Museum Core that you could try if you’re interested: https://github.com/jazzsequence/museum-core/blob/master/style.css#L691-L726