• Resolved sb12759

    (@sb12759)


    Since we upgraded our computers to Mavericks and with viewing our sites in the latest version of Safari (7) – The tags overlap the right side border of the widget area!
    Looks fine in Firefox and looked good in older previous version of Safari.
    All three of our sites doing the same thing!
    thebudgetdecorator dot com
    thegardenglove dot com
    decoratingyoursmallspace dot com

    On the right side-bar towards the bottom.

    Can you let me know how to fix this?

    Thanks!

    http://wordpress.org/plugins/ultimate-tag-cloud-widget/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The issue seems to be with word spacing and Safari. This seems to me like a bug with Safari and nothing that I can fix in the plugin.

    It does indeed look like a bug in Safari.

    The same styling can be achieved, without using the word-spacing property, by adding the following CSS to your page.

    .tagcloud {
    	/* Reset faulty word-spacing. */
    	word-spacing: normal;
    }
    
    .tagcloud a,
    .tagcloud span {
    	/* Add spacing between words. */
    	padding: 5px;
    }

    Word spacing is set by my plugin and can just be deactivated in the plugin configuration, and then apply padding instead.

    Thread Starter sb12759

    (@sb12759)

    Thank you!
    I had 5px for the “between words” – spacing (instead of normal)
    I had wanted a little more space between the words.
    So I went back to “normal” and that fixed the issue for now.
    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Formatting issue in Safari (version 7 – mavericks)’ is closed to new replies.