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?