Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #308322

    I have a blog post widget placed in a 1/3 column on a page (http://lifeinconnection.com/connect/with-god/#scripture) and a mp3 url placed in that blogpost extends outside of the column. Is there a way to force text wrap within the column?

    #308629

    Hey debenm!

    Thank you for using Enfold.

    You can use this on Quick CSS or custom.css to break the word:

    .entry-content {
    word-break: break-word;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.