Rich-text container won't stop moving around.

Hi there, I’ve got a problem with my website’s Tracking page. Every time I refresh it on the desktop version, the “Tracking” text container jumps to a new spot on the screen. I’ve already tried the following steps, and it did nothing:


Open theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the



If anyone’s got a solution, I’d really appreciate your help. Let’s get this sorted out, thanks!

Link to website: vanishpen.co
Link to video: https://clipchamp.com/watch/qACqsl7aQ6f

This issue is cause by this code you added for your website body

So the height of your page will resolution with your screen and caused that issue

Appreciate your insight very much! So what will fix this issue? Or, more specifically, where do I find that line of code and what do I do with it?

FIX: I just moved the “Page” section below the rich-text (because I edited out the page section content and squished it so that it’s 0 pixels), and now the rich-text container doesn’t move.