• Hello everybody,

    first of all, I want to say sorry if this already been here, but I couldn’t find anything, therefore I’m posting:

    I removed the author on the right hand side of the Silvia theme with a plugin which basically just pastes a few lines in your CSS to remove the author from your posts.

    The problem is, that the occupied space still kind of seems reserved. So there is a white blank space next to my posts now and therefore the post is off center.

    Anyone any ideas how to fix this?

Viewing 1 replies (of 1 total)
  • It would depend on the CSS code you used but the following may get you close to what you’re looking for

    .single .entry-post { width: auto; }
    .single .entry-meta { display: none; }

    Not sure how it would look across all browsers, resizing, etc etc but should get you started at least

Viewing 1 replies (of 1 total)
  • The topic ‘Posts not centered after removing author’ is closed to new replies.