traffic wave opt in box will not center

2 replies
  • WEB DESIGN
  • |
Hi
Anyone help me get the opt in for to center on squeeze page. I have tried adding the <p style="text-align: center;">
and other variations but nothing works the code just displays on the left side which is very frustrating, must be some code to get it to center but cant find in trafficwave

Thanks
David
#box #center #opt #traffic #wave
  • Profile picture of the author mad
    try this:
    <p style="text-align: center !important;">
    this will be centered 100%
    </p>
    or this:
    <center>
    this will be centered too, but it's not XHTML valid
    </center>
    {{ DiscussionBoard.errors[3480512].message }}
  • Profile picture of the author ckmcharles
    Or this?

    <div align="center">OPTIN CODE</div>

    Charles
    {{ DiscussionBoard.errors[3480747].message }}

Trending Topics