Plugin Author
nK
(@nko)
Hi.
In the latest update added content wrapper inside columns. You need to re-save post to see the changes.
I think to quickly fix the problem with progress bars and old columns structure, you can use custom CSS:
.ghostkit-col > .ghostkit-progress {
width: 100%;
}
Hope this helps.
Regards, nK.