Dynamically repositioning some elements when navigating from one page to another

At the top of the home page (page1) of my website, I have a paragraph text box containing a brief business description, followed by a couple label text boxes, text1 and text2.

When I navigate from page1 to page2, I want the two label text boxes, text1 and text2 to move to the top of the page2. This is because, page2 does not have the paragraph text box that page1 has.

The problem is the two text boxes are static, they end up overlapping with the repeater content on page2 when navigating from page1 to page2.

I was looking for setting the relocating the two text boxes on page2 using code. Is this possible? If no, then what other option do I have to accomplish my objective?

Hello,

I am afraid it’s not possible to set element’s position via code.

When you work with Corvid, the height of your page elements can sometimes change, which in turn can affect your page layout and the height of the page itself. More information you can find in the article below:

Corvid: How Page Layout Is Affected When Elements Change Size