Unable to center main content to align with centered header/footer

  • Unknown's avatar

    I have been trying to get my enter site center aligned but the main content area continue to be shifted to the left. I would like the text to remain left aligned but the main container to be centered with the header and footer. How do I do this?

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

  • Unknown's avatar

    Try something like the following CSS:

    sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    padding: 0 188px 0 188px;
    }
  • The topic ‘Unable to center main content to align with centered header/footer’ is closed to new replies.