Need help with opt-in form

by 2 replies
3
Hello Warriors,
I am trying to place my opt-in for in the center or make it appear complete moving it to right . here is my site
Your help much appreciated
#website design #form #optin
  • Add the following style to the table style that has width set at 250px to make it centered

    Code:
    margin: 0 auto;
    therefore that table will read...

    HTML Code:
    <table style="width:250px;border-style: none; margin: 0 auto;">
    Good luck ;-)
    • [ 1 ] Thanks
  • Awesome, Thank you a lot paulpalm it works took me about an hour missing around with it.
    • [ 1 ] Thanks
  • [DELETED]

Next Topics on Trending Feed