In the Field CSS I can add cell borders fairly easy but I if I have the field’s label set to top it does not surround it completely.
Is there a simple solution for this?
Hi,
When using side-by-side the Field CSS tab cannot take you all the way. Skip setting the border CSS there, and go to the Misc tab and add this to the custom CSS:
#sbs_FieldTable_YourFieldNameHere{
border-left:2px red dashed;
}
“YourFieldNameHere” is the FieldInternalName of the field you want to target.