Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Spencer,

    if you need to trim all paragraphs, simply add the following snippet to a child theme or a custom CSS plugin editor:

    p {
      max-width: 90%;
    }

    If you need to trim text only inside the posts add this CSS rule instead:

    .post-entry p {
      max-width: 90%;
    }

    Also, it seems to me your site is not responsive. Is it something you plan on adding later?

    I hope this helps.

    Thread Starter spencerjones

    (@spencerjones)

    Thanks for that. It fixed the problem. Regarding responsive, yes my theme is responsive.

    I’m glad it worked.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Content Breaking Out Of Border’ is closed to new replies.