Yeah- this is a known problem thatâs been around for a long time. As far as I know, there is no solution- the only thing is to not put any conditional text on top of any images.
put a âlayout rectangleâ below the elements which are conditionally visible. Keep all the conditionally visible elements inside the boundaries of this rectangle.
create 2 conditionally visible elements, which are âmutually exclusiveâ (i.e. only one could be visible). Place them one right on top (not covering) the other.
Unfortunately, finding right layout always is done via trial and errorâŚ