Hey @arminunruh , thanks a lot!
The hack you suggested worked :)
Even better, I just did the most recent update and now it also works without the hack.
Did you work on that issue for the newest lay theme update or is it a coincidence?
Dear Benjamin
@benni
Another user has also reported this Bug and it has been forwarded to Armin ✅
In the meantime the solution would be to pull the text element all the way to the edge and this overcomes the bug:
[image: 1652049666264-screen-shot-2022-05-09-at-10.39.05-am-resized.png]
Best
Richard
Dear @benni
No worries calling me Robert! ⭐️
Thank you for the great solution that will help others 👍
Give the element you want to offset an ID and then use the custom CSS option to define the offset via the translate() CSS function.
Here is an example of what your CSS could look like:
#img-1 {
transform: translateY(-30%);
}
This bases the offset on the width of the image you gave the ID to.
have a wonderful day
Richard