HTML to Wordpress Help

Discussion in 'HTML & Website Design' started by Blonde Jon, Mar 11, 2011.

  1. #1
    I'm in the process of turning an HTML theme to a Wordpress theme. For some reason the site shifted to the left after I place the WP code in. I'm thinking it may be either a CSS issue or a javascript issue, but I'm not 100% certain. Any thoughts on what I'm doing wrong on how to fix it?

    Here's the template in html: http://www.templatemonster.com/demo/32566.html

    Here's my Wordpress version: http://childrensguy.com/stonegate/

    Thanks!
     
    Blonde Jon, Mar 11, 2011 IP
  2. Adjie

    Adjie Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    try to use this CSS code:

    * {
    margin-left: auto;
    margin-right: auto;
    }
     
    Adjie, Mar 12, 2011 IP