Hi kalleh,
It's probably better if you make the position adjustments yourself so you can get the position of the speedo exactly where you want it.
This is quite simple to do but may take a little experimentation.
1/ Open the UX and find the 'morco_button_landscape.css'
2/ open with notepad or similar and find the section shown below.
Spoiler: code 1
To change the position to the left or right, edit ' left: -1000% ' , a higher negative number will change it's position further to the left.
To change the height position, edit ' top: 20% ' , a lower number will raise it. (negative numbers can be used if needed).
Here is an example, these numbers should position the speedo to the left but below the 'next turn' image.
left: -1900%; top: 60%; right: 10%;
Spoiler: Extra info
![]()
Bookmarks