Posts: 95
	Threads: 33
	Joined: Nov 2017
	
Reputation: 
0
	 
	
	
		Hello after creation of the multiple widgets there is some default order which is same for all devices (mobile phones with similar resution), user can change order of the widgets and lock that order. It is OK, but now I need to create very large Mosaic visualisation for many people and fix the widgets ordering for them.
Is there any method how to do that? 
Thank you.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 5283
	Threads: 29
	Joined: Aug 2017
	
Reputation: 
237
	 
	
	
		If user changes the order he is changing it only for himself, this is stored in his browser. 
You can hide the lock button in css like this
Code:
.js-lock { display: none !important; }
------------------------------
Ctrl+F5
	
		
	
 
 
	
	
	
		
	Posts: 5283
	Threads: 29
	Joined: Aug 2017
	
Reputation: 
237
	 
	
	
		There is only one predefined order, not per user.
	
	
	
------------------------------
Ctrl+F5
	
		
	
 
 
	
	
	
		
	Posts: 5283
	Threads: 29
	Joined: Aug 2017
	
Reputation: 
237
	 
	
	
		Just order them as Admin
	
	
	
------------------------------
Ctrl+F5
	
		
	
 
 
	
	
	
		
	Posts: 5283
	Threads: 29
	Joined: Aug 2017
	
Reputation: 
237
	 
	
	
		Did you sync?
	
	
	
------------------------------
Ctrl+F5
	
		
	
 
 
	
	
	
		
	Posts: 5283
	Threads: 29
	Joined: Aug 2017
	
Reputation: 
237
	 
	
	
		Make a video of what you doing. Make sure you use latest fw and apps
	
	
	
------------------------------
Ctrl+F5
	
		
	
 
 
	
	
	
		
	Posts: 8410
	Threads: 45
	Joined: Jun 2015
	
Reputation: 
481
	 
	
	
		You have to change the order in Mosaic admin. Changing the order in normal view only is stored locally on your PC/phone no matter if you are accessing as admin or not.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 8410
	Threads: 45
	Joined: Jun 2015
	
Reputation: 
481
	 
	
	
		Order cannot be controlled like this. It's possible to set the maximum container width via custom CSS but then you will have a lot of empty space on large screens.