Currently, Payments2us Studio does not support repositioning the donation form within a section — such as moving it from right to center or left. This is by design, to reduce layout issues and ensure the form behaves reliably across all devices.

🎯 How to Control the Form’s Position
The form layout is determined by the template you choose when creating your Donation Page. Each template includes a pre-defined layout for the donation form — for example:
- Form on the right
- Form on the left
- Form centered below header text
If positioning is important for your campaign, be sure to preview templates before selecting one.
🔍 How to Preview a Template
- Go to Pages and click Create a Page
- Choose Donation Page
- Browse the available templates
- Click View to open a live preview in a new tab
- Click Select when you find one that fits your desired layout
- Click Next for following steps to create a new page


🧑💻 Advanced Option: Modify the Layout Using Code
If you're comfortable working with HTML:
- Click the section containing your donation form (not donation form itself)
- Click the
<>
(code) button to open the HTML view - You can now adjust the layout by editing the surrounding structure
⚠️ Important:
Do not delete or modify anything inside the<div id="customPageForm">
block.
This element is required for the 3-Step Donation Form to load and function correctly on the page.

