When positioning dynamic text fields, you can use drag-n-drop, making positioning of fields easy and fast.
Create a Dynamic Text Field:
Go to your Presentation
Go to the Properties Tab and enable Drag-n-Drop
Go to the Fields Tab
Create a new field. (number field for this example, but you can use any field type)
Give the field a name
Give the field a value, for this example I'll type, 8.88
Notice the field appears in the top-left corner of the preview
Give the field a CSS class. I'll use price
Go to the CSS Tab
Declare the price class in the CSS editor, type .price
Use any standard CSS to style the field, here some example CSS:
for landscape menus use this CSS:
.price {font-size:44px; color:red;}
for portrait menus use this CSS (rotates the field):
.price {transform:270deg; font-size:44px; color:red;}Go back to the CSS Tab
Below, in the Preview grab the dynamic text and move it anywhere you'd like it on the canvas. (You also can use your keyboard arrow keys to move one pixel at a time)
Save the Presentation
Duplicating a Dynamic Text Field:
Go to the Fields Tab
Select the first field
Duplicate the first field
Give the field a name
Give the field a value, for this example, I'll use 9.99
Notice, the price class is also duplicated
Below, in the Preview grab the dynamic text and move it anywhere you'd like it on the canvas. (You also can use your keyboard arrow keys to move one pixel at a time)
Save the Presentation