Unable to Right Align Date Field

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
User avatar
Adam Reyes
Posts: 35
Joined: Tue Mar 04, 2014

17 May 2017

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 2519 times

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

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

18 May 2017

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;
}

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 5 guests