Two buttons on one line

Trombones13

Well-known member
On my site, I have two buttons in a sidebar block, like so:
Voice_DJs_Buttons.webp
Currently, I have the width on the Sign-up Now Button Container style property set to 50% (which also changes the original sign-up button, so I may just add a style property to make it a different button). However, I can't figure out how to put both buttons onto one line. Can that be done with some sort of classes specific to each button that will put them on the left and right (Listen should be on left; Request on right)?

Here's the relevant section of the sidebar_online_users template:
Code:
<div class="userTitle" align="center">
        <label for="LoginControl" id="SignupButton"><a href="{xen:link login}" class="inner">{xen:phrase kurt_listen}</a></label><label for="LoginControl" id="SignupButton"><a href="{xen:link login}" class="inner">{xen:phrase kurt_request}</a></label>
</div>

Any help would be appreciated; thanks! :)
 
Top Bottom