@Morco

Once again, thx very much for your great us. Uses this within my iGO Pal Navigation app and modified your ux a 'little' bit. I'm not a coder, only 'changed' some strings here and there

I do not get fixed one part. Next exit on motorways. See picture please:
Spoiler: Picture 1

[Only registered and activated users can see links. ]

Spoiler: Code is in morco_button_portrait.css

TEXT.exit {
left: -615%; top: (screen_h/20); right: 0%;
font: defaultbd;
fontsize: 32;
color:#FFFFFF;
color2:#FFFFFF;
glowtype:1;
glowsize:2;
align:"LEFT";
paddingleft: 0;
paddingright: 0;
textbuiltin.format(L"%{distance}",%other.highway_drive.first_exit.distance));
wordwrap: 1;
visible%lua.exit && %other.highway_drive.first_exit.distance >0);
}

TEXT.exitinfo {
left: -615%; top: (screen_h/12); right: 100%;
font: defaultbd;
fontsize: 32;
color:#FFFFFF;
color2:#FFFFFF;
glowtype:1;
glowsize:2;
align:"LEFT";
paddingleft: 0;
paddingright: 0;
textmodel_wstr:"other.highway_drive.first_exit.name_enc";
wordwrap: 2;
visible%lua.exit);

I've changed the values for left; top; right, but the position of the text is not fixed.
Spoiler: Picture 2

[Only registered and activated users can see links. ]


I thought that the text has always on same gap/space to top, but it changes.
Spoiler: Picture 3

[Only registered and activated users can see links. ]

Any idea how to fix it?

@Morco

No idea?