In this post, I will be discussing about changing width of list column.
SharePoint auto calculate the column width depends on the content at time of rendering the page.
Here I am taking an example of list column with very long header.
- Open your view/AllItems.aspx in SharePoint Designer.
- Get cursor to your column in design mode and drag it to desired width you want.
- Delete Nowrap=’Nowrap’ for this column and add below highlighted style.
Hope that helps…!!