Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author getaplugin

    (@getaplugin)

    If I understand correctly, you place one image/icon and want this to be centerlized?
    This plugin always save a place to another image/icon, so actually you can’t centralize the one image.
    Any case, alignment is for text only ??
    Thanks for the rating!

    Thread Starter magunna

    (@magunna)

    that’s unfortunate… Could you update the plugin to center the image? Or give me the .php code that would do it…

    Thanks!

    Easy.

    <div style=”text-align: center;”>[shortcode]</div>

    Centers text and images.

    Cheers!

    Alternately, use a table setup:

    <table style=”text-align: center;” width=”100%” border=”0″ cellspacing=”0″ cellpadding=”10″>
    <tbody>
    <tr>
    <td width=”100″>[shortcode]</td>
    </tr>
    </tbody>
    </table>

    ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Center image’ is closed to new replies.