Skip to main content
Solved

Can't override position of absolute positioned element within a component instance

  • January 26, 2023
  • 1 reply
  • 1651 views

David_Goligorsky

I’ve got a component that has an absolutely positioned item.
When I make an instance of the component, I’m not able to change the position of the absolutely positioned item. 🥲

Couldn’t seem to find a solution in the forum or Google.
Is this a bug? A feature 😂?

I know I can detach the instance to move the position, but I need to keep this as a component instance.

Thanks in advance! 🤗

Best answer by tank666

You can’t move objects in instances, you have to do it in the main component.

This topic has been closed for replies.

1 reply

tank666
  • 4873 replies
  • Answer
  • January 26, 2023

You can’t move objects in instances, you have to do it in the main component.