Remove left panel in Blogum

  • i want to remove the left panel to center the site on the page, anyone know how?

    thanks

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

  • Hi there, this will hide the left column of post metadata.

    .post-meta {
        display: none;
    }

    From looking at your CSS though I’m not sure what you are wanting to do with the post content. Do you wish to widen it? If so, change the width you have in the following rule to 100%.

    .full-width .post-content {
        width: 100%;
    }
  • The topic ‘Remove left panel in Blogum’ is closed to new replies.