• jojohua

    (@lovejojodotcom)


    Hello, I’m trying to centralise my website: http://joannehua.com/about/

    I have tried adding in the margin: auto 0 thing but it only seems to move the left sidebar and not the right column. Furthermore, I don’t think the coding for the header image or the social buttons in the top right corner are correct as they do not move when I put in the margin: auto 0 thing.

    Anyone lend some help please!? Thank you! 🙂

Viewing 1 replies (of 1 total)
  • you have to wrap all the content in another div and you have to give following property that that div

    div#yourdivID{
    width:960px;/* or what ever you want*/
    margin:0 auto;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘centralise entire wordpress site?’ is closed to new replies.