Help for Second Screen Please

In basic terms, you need to modify your template to look something like this - it is the DIV “inline-block” style tags that will allow for “side-by-side” formatting …

<div style="display:inline-block;width:50%">YOUR PICTURE</div>
<div style="display:inline-block;width:50%">YOUR TICKET</div>
2 Likes