• Resolved nextuniverse

    (@nextuniverse)


    Hi everyone, does anyone know how to control the sizing and position of the avatar? I would like to scale it down to 30x30px, with the image floating left and a padding of 5px. I’m not sure how to call and control the avatar, pretty new at this. Thanks so much for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Here’s the selector for the avatar: .post_author_box img.photo

    So, you’d set the width and height and padding in that rule, like so:

    .post_author_box img.photo { width: 30px; height: 30px; float: left; padding: 5px; }

    By the way, Firefox and the plugin Firebug will make it much easier to figure out what is controlling the appearance of a part of your page.

    Thread Starter nextuniverse

    (@nextuniverse)

    thanks so much for the help! it’s very appreciated.

    Could you tell me where can I find this selector? I’m so newby with this stuff.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Post Author Box] CSS control of avatar’ is closed to new replies.