Setting a wrapper around them and setting a max width.
{include file='admin/billing/subHeader.html'}
{/if}
-{if $fromMemberMenu}
- <a href="{$thisUrl}?page=glm-members-admin-menu-member&glm_action=billing&member={$memberID}&option=makepayment" class="button button-secondary glm-right">Pay Invoice</a>
-{/if}
+<div style="max-width: 850px;">
+ {if $fromMemberMenu}
+ <a href="{$thisUrl}?page=glm-members-admin-menu-member&glm_action=billing&member={$memberID}&option=makepayment" class="button button-secondary glm-right">Pay Invoice</a>
+ {/if}
-<div class="button button-secondary graph-print glm-right" data-areaToPrint="PrintArea">Print</div>
-<div id="PrintArea">
-{$invoiceHtml}
+ <div class="button button-secondary graph-print glm-right" data-areaToPrint="PrintArea">Print</div>
+ <div id="PrintArea">
+ {$invoiceHtml}
+ </div>
</div>
<script src="{$jsUrl}/PrintArea/jquery.PrintArea.js" type="text/JavaScript" language="javascript"></script>