• Resolved kmcmahon56

    (@kmcmahon56)


    I would like the image to be centered, but it is left-aligned. I have tried using the editing controls within the Popup Maker plugin, and have tried CSS.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Bel

    (@belimperial)

    Hello @kmcmahon56

    Thank you for reaching out!

    I checked the popup on your newsletter signup page. I saw that the image is displaying on the left. The image has a margin left and right value of 10px. With that, I would suggest creating CSS for the image.

    You could try this CSS to center the image

    .popmake-content img {
        margin-left: auto;
        margin-right: auto;
    }

    Here’s how it would display: https://share.getcloudapp.com/nOuv9xmP

    If you want it to be specific only on that popup, you can use this CSS

    #pum-12286 .popmake-content img {
        margin-left: auto;
        margin-right: auto;
    }

    I hope that helps.

    Let us know the result or if this fixes the issue.

    Thread Starter kmcmahon56

    (@kmcmahon56)

    Yes, that fixed the issue! Thanks so much! Also, the font of the title “FREE Photography Guide” is not using the styles assigned in the style sheet. It should be KlinicSlabLight. Can you help me with that too?

    Thread Starter kmcmahon56

    (@kmcmahon56)

    I have fixed this 2nd problem another way… by removing the text from the Popup Title field and putting it into the text editor below and making it an H1. Thanks again for your help!

    Maria T

    (@mariatogonon)

    Hello @kmcmahon56 – on behalf of my colleague Bel, you are welcome!

    Thank you for keeping us posted and we’re glad to hear that you were able to figure that out. ??

    By the way, if you have time then we would very much appreciate it if you could quickly rate the plugin, just to help us spread the word.

    Have a great day & stay safe!

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