Is it possible to determine the text alignment for each paragraph individually?

Is it possible to determine the text alignment for each paragraph individually?

Text alignment is generally set in > Design. Here you can create different font sets, and each of these font sets can have different alignments assigned to them.

Additionally, you can create different "Designs/Style Sets" in > Design and assign them to the elements Mailings & Website. On the respective edit pages, there is a drop-down field "Design" where a different design than the standard design can be selected.

If you want to adjust the text alignment for a single paragraph, you can also do this via the code editor:

  • Click on the "< >" symbol in the upper left corner of the text field in the editor; the code editor will open.
  • Find the beginning of the paragraph and enter: style="text-align: left;". The result should look like this: "<p style="text-align: left;">"
  • The alignments are: left = left, center = centered, right = right, justify = justified
  • Complete the process by clicking "OK".


    • Related Articles

    • Functionality of dynamic text blocks in websites

      You can define that certain contents of your event website are shown only to a specific guest segment. This can be useful, for example, when displaying personalized agendas to guests according to the options they chose during registration. The entry ...
    • Where can I see if a guest has received a mailing?

      How to see which guests have received which emails: Bulk sent emails: By exporting from the email overview in > Cockpit > Click on the export button in the row of the desired email By exporting from the email history of the respective email > ...
    • Individual mailings

      Mailings can also be sent individually to guests. Open > Mailings in the side menu and select > Send in the quick menu of the mailing you want to send, or click the "Save & Send" button on the editing page. You will now be taken to the mailing's ...
    • Optimizing deliverability of mailings and avoiding spam

      Optimizing Deliverability and Avoiding Spam If you are using one or more custom sender email addresses for your Invitario account, you can significantly optimize the delivery and deliverability of your mailings through some simple technical measures. ...
    • How can I display the event name in another language?

      This requirement can be addressed using > Translations. Translations work for event names, but also for mail subjects or page titles, etc. It is possible to create custom translation keys by placing a word between two % signs. In > Translations, this ...