During the creation of our large WIX Code site we are building we have some trouble making things stick to the left or right side of the viewport.
We have a hamburger menu that the client always want to be placed 50 pixels from the right side of the screen no matter screen resultion. And the same with a button that must be sticked to zero pixels from left and top no matter screen resolution.
Is it possible to accomplish this in some way using the power of Wix code?
Wixcode doesn’t yet give control over elements’ position, but for the needs you describe you can use Wix Strips and Columns. See here for reference: Strips and columns | Help Center | Wix.com
Andreas, are you familiar with the pinning capabilities in the editor?
https://support.wix.com/en/article/about-pin-to-screen-6838335
From your description above it sounds like that’s what you’re looking for
I will try this, I want them to be pinned but not always but I will this a try and see if it’s good enough for now.
Perhaps you could do some combination of pinning and showing/hiding at certain anchors (using WixCode).