• Resolved jacob00

    (@jacob00)


    I am trying to resize author gravatars in prologue on WP 2.5 but can;t seem to make it work. I’ve installed the gravatar.com plugin but still no luck making the adjustments.

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you mean the Gravatar presented to the left of the posts, the size is coded into the Gravatar URL inside the image tag. If Prologue uses the_avatar(), then size should be used as a parameter inside the_avatar().

    It could likely be done with CSS as well:

    .avatar { width: 10px; height: 10px; }

    Then again, I suck at WordPress. ??

    Thread Starter jacob00

    (@jacob00)

    Worked like a charm.

    Thx

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gravatar Size in Prologue Theme’ is closed to new replies.