• I would like to format my signature image – align it to the right for example. Without a class on the image or additional markup, there is not an easy way to isolate the image for formatting.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Russell Jamieson

    (@powerblogservice)

    Good point. I will come up with a solution for this in the next release.

    In the meantime the following CSS added to your theme style.css will do the job

    p > img[alt="Author Signature"] {
        float: right;
    } 
    Plugin Author Russell Jamieson

    (@powerblogservice)

    The fix for this will be to put a class on the wrapping paragraph as follows:

    <p class="author-signature"><img src=..." alt="Author Signature"></p>

    You will then be set up the author-signature class to style the signature as you like.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Signature Module’ is closed to new replies.