Centering an "About" Skiill

I have 4 Skills under about - the first three are perfect - the last one is left justified on a new line. Can I:

a) Have 4 on one line or
b) Center the 4th one on its own line

C

Hello C,

Try using this custom CSS solution:

#about .col-lg-4{
width: 25%;
}

It should do the trick, let me know otherwise.

Regards