• Resolved afrikablam

    (@afrikablam)


    Hi, great plugin! I have created a table in my footer using this HTML:

    <center><table>
    <Tr><td colspan=2 align=center>
    View Your Order Status
    </td></tr>
    <tr><td colspan=2 align=center>
    Tell a friend!
    </td></tr>
    <Tr><td>Facebook</td>
    <td>Instagram</Td></Tr>
    </table></center>

    However, the entire table aligns in the left of the footer, and I want it in the center. I’ve tried experimenting with some CSS but nothing is working. How can I get that exact table, as is, in the center of the footer block?

    Thanks!

Viewing 1 replies (of 1 total)
  • Hi there,

    My apologies for the delay.

    Try adding style="margin: auto;" to the opening <table> tag, like this:
    <table style="margin: auto;">

    Paul

Viewing 1 replies (of 1 total)
  • The topic ‘How to Center the Footer Text’ is closed to new replies.