Hello,
Is there a way I can make the title of progress bar aligned centered instead of the default left aligned?
Thanks
Hi,
You can change the left position the title bar. Add this on your custom.css or Quick CSS
.avia-progress-bar .progressbar-title-wrap {
left: 45%;
}
You can also use pixels.
.avia-progress-bar .progressbar-title-wrap {
left: 200px;
}
Adjust the value depending on the width of the progress bar.
Regards,
Ismael
Thank you very much. It looks much better now :D