Centering Layout

  • Unknown's avatar

    I’m attempting to help a friend establish a simpler web presence here on wordpress. It’s still a work in progress, so please bear with me.

    I did purchase the CSS Editor feature for the blog, but I cannot figure out how to center the entire layout on the page. I did remove the side bars, however, the layout still sat on the left of the screen with the sidebars present as well.

    Is there a certain code I can use in the CSS Stylesheet Editor box to center the layout? I tried searching this forum, but could not find anything that resolved my issue specifically.

    the url is lethalperformance.wordpress.com

    Thanks in advance for your help :)

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Add this to your CSS:

    .narrowcolumn {
    float: none;
    margin: 22px auto 0;
    }
  • Unknown's avatar

    Thanks for such a prompt response! That code works perfectly!

  • The topic ‘Centering Layout’ is closed to new replies.