• Resolved Ghandi

    (@ghandi)


    I have installed both the Author Spotlight and User Photo alongside multiple author plugins.

    When displayed next to a post the author bio drops below the user thumbnail. I can’t work out how to align this image to the left or whatever is required to ensure this bio wraps around said image.

    Any help will be hugely appreciated.

    http://wordpress.org/extend/plugins/author-profile/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Michael

    (@alchymyth)

    can you post a link to your site to illustrate the problem?

    the image css class might need a float to fix this.

    Thread Starter Ghandi

    (@ghandi)

    Thanks for your reply but problem solved – I used the following from another post to override the CSS.

    img.photo {
           align:left;
           float:left;
           margin: 10px;
    }

    or, if you’re looking for non uniform padding use something like this and play with px numbers;

    img.photo {
    	align:left;
    	float:left;
    	padding-top:0px;
    	padding-bottom:5px;
    	padding-right:10px;
    	padding-left:0px;
    }

    Hi there,

    Great plugin! Just having a few issues with text-wrapping around the author avatar, similar to the previous post. The author bio appears to be left-justfied but is sitting underneath and to the right of the photo (eg. http://betweenarock.co.uk/uncategorized/test-elspeth-2/ ).

    I’ve tried the previous fix but no luck.

    Any help would be greatly appreciated.

    Many thanks.

    http://wordpress.org/extend/plugins/author-profile/

    Plugin Author Debashish

    (@debashish)

    You must play with the CSS, a starting point is given at the FAQ page of the plugin. Sadly I can’t help further on this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Author Spotlight (Widget)] Text not wrapping around user photo’ is closed to new replies.