Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25283

    Hello,

    Is there a way I can make the title of progress bar aligned centered instead of the default left aligned?

    Thanks

    #126381

    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

    #126382

    Thank you very much. It looks much better now :D

    http://www.osp.uoftmsa.com

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Make Title Of Progress Bar Centered’ is closed to new replies.