Hello David Bass,
Thank you for your question on how to add buttons horizontally. I am not sure of your specific situation, but within the Page editor, you simply add the buttons side by side. For instance, the code below will set two buttons horizontally (on a desktop screen), with one space in between.
<a class=”button-primary” href=”#”>Button 1</a> <a class=”button-secondary” href=”#”>Button 2</a>
Kindest Regards,
Scott M