Forum Discussion
Currency field / Right Align
You can try adding CSS to right align the currency field in list view.
Here's an example
https://blog.devoworx.net/2015/08/24/adjust-currency-field-align-in-sharepoint-list/
I very well could be wrong, but I think these instructions are for when the SharePoint list is displayed as part of a web page (Site Contents-->Site Pages). I am trying to format the actual list (Site Contents-->ListName) using the modern experience. I do see something about JSON in the Site Contents-->ListName-->List Settings-->ColumnName but I do not know what to do there either.
- DeletedApr 05, 2018
Did you try this to embed code to change style on currency element in modern view?
https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/react-script-editor
- Jonathan CooperApr 05, 2018Copper Contributor
Again, I think we are talking about two different things. AFAIK, you can only have a web part on a web page.....not on the list itself.