Friday, 13 April 2018

How to increase the width of a column in SharePoint 2013 list?


Add the following in script editor:

<style type='text/css'>
.ms-vh-div[DisplayName='Column Display Name']
{
  width:400px;
}
</style>

No comments:

Post a Comment