Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey there!

    The word wrapping is a CSS issue, from the website’s CSS.

    See below:

    .widget {
        -moz-hyphens: auto;
        font-size: 14px;
        word-wrap: break-word;
    }

    Specifically, the word-wrap: break-word and -moz-hyphens: auto portions are causing the words to break with hyphens.

    If I see anything about the images, I’ll let you know. That effect is achieved through border-radius and it may be that it isn’t applying in Safari.

    Thanks!
    Richard

    Edit: accidentally a word

    Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey there!

    Was this able to help? I do believe the problem was accurately diagnosed above, so I will mark this as resolved.

    Please let me know if you need anything else.

    Thanks!
    Richard

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Formatting issues on Safari’ is closed to new replies.