Uh oh, is your element not staying where you positioned it? Let's fix it together!
When we add an element to a section, it docks to the top and the closest side. Meaning that your element will always respect the margins set in these positions and keep the distance from the docked areas.
The distance is calculated as a percentage of the parent element. In our case, it’s the page's entire width. So the margin will be different in other screen sizes.
On our site, we can see that the text is docked to the top, indicated by this blue dot, with a 60% margin. Which means that when our section gets narrower, our element will automatically move up to maintain the set value.
To make sure it stays positioned at the bottom, simply click this dot to change the docking. Now, the docking and margins are set to the left and bottom.
Preview it, and voila! Your element will now stay exactly where you want it. Easy, right?
Thanks for watching! Check out more videos at Wix Studio Academy or ask your questions below! Bye.