Hi,
Are you looking to justify the column text OR change the width of the text within the column?
You can add a custom class to your theme options custom CSS, then add the class to the column. Ex:
.your-custom-class {
text-align: justify;
}
Thanks,
David.