Hello. I will give you answers to your questions in installments as I process and correct errors.
1.The layout's title appears at the top left (see attached image). If you want it to be displayed anywhere else, you'll need to set up a custom field and enter the necessary data there.
2. I misled you a little bit before this. Our custom fields support HTML, but since the conversion between styles is done automatically by a third-party library, not all tags are supported. In your case, the code in your custom field should look like this:
Code: |
<span style="text-align:center;">Your text</span>
|
It is also better to enter all style options using the style attribute.
3,4. Fixed.