Page 1 of 1

Unable to Right Align Date Field

Posted: 17 May 2017
by Adam Reyes
I'm attempting to align a text field and date field to the right of the table but no matter where I enter in the CSS the date field doesn't seem to be affected.
CMRID_Section.jpg
CMRID_Section.jpg (11.18 KiB) Viewed 2520 times

I'm using the following CSS: text-align: right;
CMRID_Section 001.jpg
CMRID_Section 001.jpg (62.22 KiB) Viewed 2520 times
Any hints on what could be wrong?

Re: Unable to Right Align Date Field

Posted: 18 May 2017
by Dmitry Kozlov
Hi,

Please, assign a CSS-class to each field you want to align this way, say right-aligned-control. And define the CSS-class in CSS-editor following way:

Code: Select all

.right-aligned-control .fd_control {
	float: right;
}