Hi Alexander,
If do you want to align all the texts to the center, follow this instructions, but remember that
all the message will be centered, also texts:
-Go to "
see how NAML generates this page"(at bottom-right in your forum)
-Click in the
options "wheel"(at top-left)
-"search macros"
-Search "
root_post_message"
-Click on "
Override this macro(top-left)"
-Now, delete all the text and copy this instead:
<override_macro name="root_post_message">
<div class="root-text" style="margin:6em 0 2em;clear:both;text-align: center">
<n.page_node.node_message_as_html/>
</div>
</override_macro>
-Click on "
Save changes"(top-left)
As you can see, we just modified line 2 adding "text-align: center".
Regards
:) Helper