Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13545

Scott Foshee on "[Theme: Decode] How to put social media icons and Copyright beneath my bottom fixed menu"

$
0
0

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.


Viewing all articles
Browse latest Browse all 13545

Trending Articles