Best Answer

Column Width Customization for Learning Paths Page

  • 24 January 2023
  • 1 reply
  • 49 views

Userlevel 3
Badge

Has anyone figured out a way to customize the columns on the learning paths page. Ours currently looks like this 

 

 

And I would really like to extend the name column so we can see the name. I found a page that has the CSS tags for the course management page but not for learning paths. Does anyone have any experience with the CSS for learning paths ?

 

 

icon

Best answer by B0LT 24 January 2023, 20:34

View original

1 reply

Userlevel 3
Badge

Seems I answered my own questions. here are the CSS elements/tags

Thanks ! 

 

COLUMNS (Learning Paths)    
#curricula-management-grif_c0    Code
#curricula-management-grid_1    Thumbnail
#curricula-management-grid_2    Name
#curricula-management-grid_3    Description
#curricula-management-grid_4    blank
#curricula-management-grid_5    Course #
#curricula-management-grid_6    Enrolled
#curricula-management-grid_7    Edit
#curricula-management-grid_8    X
 

Example: #curricula-management-grid_2 {width:200px !important;}

Reply