I can’t seem to move a textbox with code on a live site. What I’d really like is a dragable textbox that users can click on and move around, positioning it right where they want it over an image. when they let go it records the textBox’s x and y positions, which would be used later. There doesn’t seem to be a way natively to make an element dragable.
I’m using Wix Studio.
I have a #layout container, with a #textContainter inside it. In the #textContainer there is a #textLayout textbox. I’m trying to move the #textContainer around inside of another container called, #imageContainer.
#layout
#textContainer
#textLayout
#imageContainer
I’ve tried just about everything there is. I’ve tried using code to move it, and now I’m down to having 9 textBoxes in each of the positions that the text could be (top-left, top-center, top-right etc.). then showing or hiding them based on a dropdown menu. Nothing seems to affect this text.