Forum Replies Created

Viewing 2 replies - 31 through 32 (of 32 total)
  • The traditional way to center the entire page is to use CSS like this:

    body {
    	text-align: center;
    }
    .wrap {
    	margin: 0 auto;
    	text-align: left;
    }

    The idea of the above code is to center everything in the body of the page; Then you need to normalize the wrap so that everything is left-aligned.

    Please use a custom.css file to use this code which can be linked. If you know which file to use to link the custom.css then please let me know because I don’t know this.

    Please post back with further info.

    Thread Starter playing2012

    (@playing2012)

    I should have also said that I have a self-hosted blog which I am working on at the momenet.

Viewing 2 replies - 31 through 32 (of 32 total)