I need to put social media icons below my fixed menu on the same line. In HTML I think a table would do it like this:
<table><?php DISPLAY_ACURAX_ICONS(); ?>
<tbody>
<tr>
<td><P ALIGN="left">[DISPLAY_ACURAX_ICONS]</p></td>
<td><P ALIGN="right">© 2014 by lalla bee, LLC</p></td>
</tr>
</tbody>
</table>
but my fixed menu is in the footer. Any idea how to do this? The alternate code for the media icons I need is
<?php DISPLAY_ACURAX_ICONS(); ?>
The site address is http://lallabee.com/wordpress/
Thank you for your help.