It would be really cool to have a way of changing an element’s position (x or left and y or top) using Wix Code.
Like so:
$w("#element1").Top = 100
let element1top = $w("#element1").Top //Returns 100
It would be really cool to have a way of changing an element’s position (x or left and y or top) using Wix Code.
Like so:
$w("#element1").Top = 100
let element1top = $w("#element1").Top //Returns 100
That is currently not yet possible, but it’s in the works.
Is there any updates? When it will be possible to change the element position?
Hello All,
Is there any means by which a page size can be reduced or increased. The default size is arround 980px for PC site and 380px for mobile site.
How can I manage pages width ? The problem is that I am calling the webpage I created into a mobile app. The page is displayed with two big margin on both sides in the web component I used (So i need to increase the width). I decided to remove the mobile site option and now the page is too large for the web component (So I need to decrease the width).
I don’t know how to fix the page width at my own convenience.
Thanks in advance for your assistance.
regards,
Please add this feature!
Is there any update on this?
Any update?
Hi Uri - I see you mentioned this was in the works. As it is summer 2019, I wanted to follow up and see if this is released or close. Hope to hear back…
same here
This feature is so basic and so required…
I wish we could set element position & size
Is there an update on this? There has been no response from a wix representative. This feature is so simple but yet so helpful. Is there any plan on getting this implemented? Please provide an update as it’s been over a year since this was requested.
Adding my voice to this too…
@uri-tagger any indication when this will happen?
Same here…
Would be cool to set elements position e.g. $w(‘#element).position = (10, 120); or $w(’#element).localPosition if the element is inside a box.
Any updates? This is an important feature that is crucial to us using Wix in the long term.
Thanks.
There is a workaround where you create the necessary parts in an iframe. This can be used for dynamic content as well. I’ll probably have to do this soon.