• Hi, I have a very annoying problem, the text of my posts expands beyond the width of the theme:

    http://kortlink.dk/842v

    How do I stop this, it is very annoying. I am running WordPress 3.0.1 and Minimal 1.1 (A theme that I have customized)

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add width: 100% to post_content CSS class definition:

    #post_content {
      float:left;
      line-height:1.6em;
      padding:27px;
      text-align:left;
      width:100%;
    }
    
    Thread Starter madsmads

    (@madsmads)

    Cool, thank you. I tried googling it, but could find anything. :-)!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text expanding beyond theme’ is closed to new replies.