Quick summary
Rotating a text box in Unbounce requires adding the CSS transform rotate property via the source code editor, since the builder does not offer a native rotation handle. This six-step process lets you apply any angle of rotation to a text element directly within the Unbounce page editor.
Steps
- Inside Unbounce's page editor, find and select the text box you want to edit.
- Head over to the right-side panel and click the 'Action' tab.
- Tap 'Edit Source Code' to proceed.
- Review the default code, then insert the "transform: rotate(deg)" property, ensuring the CSS transform function and all necessary property declarations are added correctly.
- Tap 'Done' to apply the changes.
- The selected text box on your Unbounce page will now be rotated at your specified angle.



