Unable to Right Align Date Field
- Adam Reyes
- Posts: 35
- Joined: Tue Mar 04, 2014
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.
I'm using the following CSS: text-align: right;
Any hints on what could be wrong?
I'm using the following CSS: text-align: right;
Any hints on what could be wrong?
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
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:
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;
}
-
- Information
-
Who is online
Users browsing this forum: No registered users and 5 guests