For some fields that have long text and I need all rows indented, I added option <2>, html typography with <div>*value*</div> where the class1:
class1{padding: 0px 0px 0px 145px; width: 80%;} which worked.
I have one multivalued field, subjects, with php string str_replace used to change the list separator, ";" to ", ". I need to add the padding styling to this field. The php string is already used in the typography spot for this field. What can I do? If I change the typography to html, how do I add the str_replace? I tried to add php code with str_replace but it did not work. Another option is to create another field where I get the subject field w/ the str_replace, then add the html <div> around it. Any suggestions?