How to Set a fixed or increase the width for a column in a SharePoint list view Add below sript using Snippet web part script src="/jquery.min.js" type="text/javascript" Source $ ( "TH.ms-vh2:contains('Column Name')" ). css ( "width" , "300px" ); https://sharepoint.stackexchange.com/questions/83159/adjusting-custom-list-column-widths https://olafd.wordpress.com/2013/11/30/set-a-fixed-width-for-a-column-in-a-view/ https://social.technet.microsoft.com/Forums/ie/en-US/06e06be6-8f88-4b1a-91a4-2837a77db1dd/sharepoint-2013-list-column-width?forum=sharepointgeneral