I want to help.

how to move element below when the page is loaded. That element is shown on every page but I want to change the location when a page loads. So the same element on every page but want to change the position when each page is loaded.

I think it should be done with coding so somebody please help me

can I use just controlling margin in javascript?

Corvid doesn’t support changing element location.
You can use a workaround by having a collapsed & hidden element (like a box) above your element
and expand it when you want (but keep it hidden) so it’ll push your element down.

@jonatandor35 thank you. I use repeater and I connected with dataset but I want to display from the last image in the dataset. how to do it?

@lion1992416 you can do it by code, but you can also do it directly via the editor:
Click the dataset > click Settings > Sort By > (sort by ID, or by any other field you want) > Order Z-A

I found that in the dataset there is sort field A, B, C,D,E…
and show from A to Z, but I do not know how to use it in repeater to show alphabetical order

@lion1992416 I’m not sure what you’re saying/asking. Did you follow my instructions above?