Forum Discussion
주현 김
Aug 19, 2016Iron Contributor
Column width resize in modern list
I am using modern list, and it is truly great, very well designed. Anyway, I am using 6~7 columns, and "title" column's width is unnecessarily long, thus i have to scroll right to see entire colu...
Vadivelu_Balusamy
Aug 19, 2016Iron Contributor
Juhyun Kim : Each column will auto resized based on css , it is designed like that. Add a Content Editor Web Part in your page and modify the core CSS file.
<style type='text/css'>
.ms-vh-div[DisplayName='<ColumnName>']
{
width:____px;
}
</style>
Use developer tool to check the exact css file
Žilvinas Jonaitis
Jun 03, 2017Copper Contributor
Great! That works for me for all columns on the list except the first one with items with ellipsis (...). However, the first column width shrinks as other columns width increases, so it's a kind of work around.