Hi,
Thank you for your help. Text-align at center doesn't work for me. Never mind, the other fixes work. But now I have an issue with long field values as they don't show correctly as a column. See in the attachment image to understand. I want, the long values at that fields to show in one column, not like this.
- you have missing to add "text-align:center;" into ".view_profile" legend CSS style
- add this to align values column:
.view_profile dd{margin-left:290px;text-indent: 0px;}
- if you want one column for some field add this
.alias_of_fieldValue{margin:0;clear:both}
in your case:
.addressValue{margin:0;clear:both}
I want also to custom the format of registered date. Is there any way to fix this to d/m/Y?
In our base template we use a date string constant to render date in different way for different languages. the constant for registered date is DATE_FORMAT_LC4, so go on Extensions->Language Manager->Overrides and add your override for this constant.
You may set this value d/m/Y