Hi there, styling the
td.label
andtd.data
content intable.profile-fields
for the different profile field groups has proven to be a challenge with a lot of adjustments of margins and paddings and use of flex boxes, because some fields are core profile fields and some are xprofile fields.Do you have any suggestions, how to approach the styling of the groups the best way?
Regards
CarstenHi Carsten,
Thank you for the question. The use of table restricts layout.If you go with a table-less layout, you might have a lot more control(but that will need you to do the custom css again).
regards
BrajeshHi Carsten,
The markup you are using is using html table to layout the field and data.
By table less, I meant using div etc to create rows/columns.Regards
Brajesh
You must be logged in to reply to this topic.