In my Office 365 (SharePoint Online) I have a very simple Custom List which consists of a few columns/fields, and I have a requirement to move/align some fields a little bit to the right side. Something like the screenshot example below:
I am not allowed to use InfoPath nor any third-party solution. So, My only options are: SharePoint Designer & JavaScript.
Is there any way in SharePoint Designer or JavaScript to move or add some spaces/padding to some fields so they would appear as the screenshot below?
I tried:
$('nobr:contains("FieldName")').before(" ");
But this add spaces only before the label and not moving the whole field's row.
Could you please guide me how to accomplish this?
I would sincerely appreciate any help in this, Please !

