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
Jodybotha
Jul 24, 2020Copper Contributor
Come on! This is a simple request!!