hey please help me find out why on different screens or browsers text looses its place and how to make it fixed and adapted for all.
hey,
make sure, if you fix elements in the front to fix them to the same position/corner. Otherwise their position isnt in the right relation of the browserwindow is larger/smaller.
Also make sure, that the frame of a textwidget has some place left to the right. Browsers are sometimes calculating fonts a tiny bit different, which can result in a line break, like in your “paintings” example.
thanks a lot for the reply, but can you explain better what did you mean by fix? because if i fix the text it scrolls down and doesnt stay positioned
The image you shared states the widget is indeed fixed in place (say, won’t move around when scrolling). The actual position is based on the top/center of the page…so I guess you manually placed the widget on an area closer to that spot (top/center of window).
Did you try @neueMeta idea of making the text box a bit larger?