Centering Pop Up Plugin Button

Is it possible for me to center the pop up pro plug button? It looks a bit off when the ad is centered and the button is on the left….

  • Tyler Postle
    • Recruit

    Hey Ammie,

    Hope you’re doing well today!

    I’ve just added the following CSS to your Popup:

    .wdpu-buttons {
    margin: 0 auto !important;
    width: 80%;
    }

    .wdpu-msg {
    text-align: center !important;
    }

    This will center the button.

    I hope you don’t mind that I went ahead and added it myself, you can see the CSS in the custom css field at the bottom of the edit popup page. I’m attaching a screenshot to illustrate where it is.

    Normally we don’t want to use the “!important” declaration; however, sometimes it can be a necessary evil when overwriting styles.

    Hope this helps! Let us know if you have any further questions. Have a great weekend.

    Cheers,

    Tyler