• I am trying to create a series of posts called “spotlights” in which I intend on just having a picture and some content. I do not want any author meta, date or any of the stuff that takes up the left hand space. I used a plugin to remove the author meta, but the content is still squished rather than using the available width (space where the author meta used to occupy).
    Can someone help me with the right configuration to reclaim that space so my articles and these little blips don’t look so squished?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • try to add to the ‘Additional CSS’:

    body.category.no-sidebar:not(.search-results) article:not(.type-page) .entry-content
    {
      margin-left: 2%;
      width: 96%;
    }
    Thread Starter mamomi

    (@mamomi)

    Thank you Michael – that is exactly what I was looking for. You saved me!
    ~f

    Hello
    It does not work for me.
    I need to do the same thing
    Any other tip?
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post body width’ is closed to new replies.