Notifications
Announcements
No record found.
In the form editor of MS Dyanmics CRM 2013, set the field’s label alignment to right in section attributes, then pushed. but no effect.
*This post is locked for comments
It’s an issue with Labels renders on the form with CSS class assigned to it. As a standard, all labels are rendered on form as <span> tag and below CSS class applied to it. As per CSS class applied it set “float:left” hence even though “FieldLabel-RightAlign“ CSS class (meant for label right align and applied while rendering labels marked for right align) won’t take any effect.
.ms-crm-InlineEditLabel span:first-child,
.ms-crm-InlineEditLabel img:first-child
{
float: left;
overflow: hidden;
display: inline-block;
}
Press F12 on IE browser and remove “float: left” attribute for above CSS class, you will notice labels marked for right align will appear correctly.
It’s a clarification not solution. :)
Thanks,
Vijay Waghmare
You can report any bug or suggestions to Microsoft at http://connect.microsoft.com/
other than that I do not think there is a solution to get this to work
Yes, rightly suggested by Ben to open an issue with MS Connect, since these are part of managed properties of CRM we can’t do much about it.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
SA-08121319-0 4
Calum MacFarlane 4
Alex Fun Wei Jie 2