If you set Body Content Max Width property in Theme Roller of UT theme to some fixed value (other than Auto) your body content will be centered on the screen.
In this case, you should add the following line of the CSS to the page property Inline CSS:
If you want to define it in the static CSS file you can also reference it as:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.page-1 { | |
--ut-body-content-max-width: auto; | |
} |
...or the declarative way - just set region position to Before Content Body and set the margins. 🙂
Tested in APEX 21.1.5
No comments:
Post a Comment