align number right side

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
Raju
Posts: 2
Joined: Mon Jun 06, 2016

07 Jun 2016

Hi

I have a list with numbers: how do I show number in fields i a form alignet right side

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

08 Jun 2016

Hi, Please, try to paste the following code into CSS-editor of Forms Designer:

Code: Select all

#fd_form {
    direction: rtl;
}

Raju
Posts: 2
Joined: Mon Jun 06, 2016

10 Jun 2016

Thanx. I got the numbers aligned starting from right in the field. But how to only adjust the field info, without moving the title and the fild as well to the right?

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

11 Jun 2016

Replace the previous CSS with this:

Code: Select all

#fd_form .fd_control {
    direction: rtl;
}

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 7 guests