2025-07-20, 02:46 PM 
		
	
	
		For anyone annoyed by unseen special features and extras hidden by the big space cast and guests take above them. This is the fix (works on movies and series).
Add this to the custom CSS on your server and refresh the page after once. (Feel free to change the "order: 1;" number as you prefer)
---------------------------------------------------------------------------------------
#specialsCollapsible {
order: 1; /* pushes its order # in the section as */
margin-top: 2em;
}
#musicVideosCollapsible {
order: 2; /* pushes its order # in the section as */
margin-top: 2em;
}
#scenesCollapsible {
order: 3; /* pushes its order # in the section as */
margin-top: 2em;
}
#castCollapsible {
order: 4; /* pushes its order # in the section as */
margin-top: 2em;
}
#guestCastCollapsible {
order: 5; /* pushes its order # in the section as */
margin-top: 2em;
}
#similarCollapsible {
order: 6; /* pushes its order # in the section as */
margin-top: 2em;
}
---------------------------------------------------------------------------------------
 
   
 
   
Cheers
	  
	
	
Add this to the custom CSS on your server and refresh the page after once. (Feel free to change the "order: 1;" number as you prefer)
---------------------------------------------------------------------------------------
#specialsCollapsible {
order: 1; /* pushes its order # in the section as */
margin-top: 2em;
}
#musicVideosCollapsible {
order: 2; /* pushes its order # in the section as */
margin-top: 2em;
}
#scenesCollapsible {
order: 3; /* pushes its order # in the section as */
margin-top: 2em;
}
#castCollapsible {
order: 4; /* pushes its order # in the section as */
margin-top: 2em;
}
#guestCastCollapsible {
order: 5; /* pushes its order # in the section as */
margin-top: 2em;
}
#similarCollapsible {
order: 6; /* pushes its order # in the section as */
margin-top: 2em;
}
---------------------------------------------------------------------------------------
Cheers



