Hello there!
What kind of content are you putting inside that table, and when you say table, do you mean a <table> HTML tag?
There are other methods that are much more sustainable to do this in WordPress, for example a plugin called Podamibe Simple Footer Widget Area that you can give a try.
Let me know if this helps you to solve the issue.
Thread Starter
driux
(@driux)
Yes I meant <table> sorry I should’ve clarified. You know what that plugin might do the trick instead of me messing with the actual footer I’ll give it a try!
Thread Starter
driux
(@driux)
That plug in does not seem to work correctly for me. I implemented footers on my theme to enable the the plugin and it’s fairly basic footer addition with not much customization which I need it to have.
-
This reply was modified 7 years, 11 months ago by
driux.
Thread Starter
driux
(@driux)
Sorry for the triple posting I can’t edit my previous posts. Here’s the code incase anyone wants to check it out
<td class="centered-cell">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%" height="20"></td></tr>
<tr valign="top" bgcolor="#F6F5EB">
<td>
<table width="910" align="center" border="0" cellpadding="0" cellspacing="0" bgcolor="#F6F5EB">
<tr valign="top">
<td width="910" height="20">
</td>
</tr>
<tr valign="top">
<td width="910" height="90">
<table width="910" align="center" border="0" cellpadding="0" cellspacing="0" bgcolor="#F6F5EB">
<tr valign="top" width="910">
<td width="185" height="90">
<br>
<center><a href="http://kingdomhearts.be/#"><img src="http://kingdomhearts.be/wp-content/uploads/2018/05/Sora_3_Art_KHII.png" border="0"></a></center>
</td>
<td width="1" height="90" bgcolor="#A09671">
</td>
<td width="520" height="90">
<br><div class="footer-style">
© 2018 KH JUNKIES. All Rights Reserved. <br>
KINGDOM HEARTS artwork, characters, merchandise, <br>and music is copyrighted to Square Enix and Disney. We are in no way affilaited with Square-Enix.
</div>
<td width="1" height="90" bgcolor="#A09671">
</td>
<td width="293" height="90">
<br><div class="footer-indent">
<a href="https://www.facebook.com/khjunkies/"><img src="http://kingdomhearts.be/wp-content/uploads/2018/05/iconmonstr-facebook-4-48-1.png" border="0"></a>
<a href="https://twitter.com/khjunkies"><img src="http://kingdomhearts.be/wp-content/uploads/2018/05/iconmonstr-twitter-4-48.png" border="0"></a>
<a href="https://www.instagram.com/khjunkies/"><img src="http://kingdomhearts.be/wp-content/uploads/2018/05/iconmonstr-instagram-14-48.png" border="0"></a>
<a href="https://www.youtube.com/channel/UCuDrREQcu6e6QKwSDiIgkXA?view_as=subscriber"><img src="http://kingdomhearts.be/wp-content/uploads/2018/05/iconmonstr-youtube-4-48.png" border="0"></a>
</div>
</td>
</tr></table>
</td>
</tr>
<tr valign="top">
<td width="910" height="20">
</td>
</tr>
</td>
</tr>
</table>
I will recommend you to use a plugin called Magic Liquidizer Responsive Table that will help you to make responsive (adaptable) HTML tables desing.
Give this a try and tell me about your experience with it.