Viewing 2 replies - 1 through 2 (of 2 total)
  • You can edit your style.css file at line 77 to:

    .post_content p {
      margin:0 0 1em;
      overflow-x:auto;
    }

    The overflow property will create an automatic horizontal scroll bar as needed. You can also use overflow:auto; as well which will create vertical scroll bars as needed. My preference would be with the example I wrote above.

    Thread Starter callofduty4wii

    (@callofduty4wii)

    Thank you that fixed the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image breaks border’ is closed to new replies.