Viewing 1 replies (of 1 total)
  • Plugin Author Debashish

    (@debashish)

    Answer to Q (1) and (2): The User photo is shown using HTML img tag which has a class attribute (class=”photo”). You can use CSS (something like the one shown below) to style your image as you want. Please refer to some tutorial on Internet on how to style images using CSS if you are unfamiliar with the topic.

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

    Answer to Q(3) is covered on the FAQ page already, please see the answer in the section “The link to the author profile page doesn’t work for me!”.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Author Spotlight (Widget)] Wrong text and picture position’ is closed to new replies.