• Resolved Alison

    (@pegases8)


    Hi there,

    Really great plugin. There is thing stopping me from enjoying it.
    I can’t center the button on the widget sidebar. It looks awful on my site.
    And I’m sure other people are having the same problem too.

    I’m considering changing to another plugin that does center (theme CSS override). Shame though.
    Surely there must be a workaround for this…?
    My site is sickofibs.com Any suggestions would be warmly welcomed.

    Thanks for your help,

    Alison

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Scott Paterson

    (@scottpaterson)

    Hi Alison,

    Are you using it in the widget area? If so, WordPress does not allow centering there. Sorry about this.

    Thanks,
    Scott

    Try this in your custom CSS:

    /* center Paypal button */
    input.wpedon_paypalbuttonimage {
        display: block;
        margin: 0 auto;
    }
    Thread Starter Alison

    (@pegases8)

    Thanks for that bdbrown. It worked a treat!
    Alison:)

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