• Resolved pascalaigner

    (@pascalaigner)


    Hi everyone

    On the linked page in the section “Kunden” there are eight rectangular buttons. I tried different popup settings on these to check which I like best.

    The “Position from Trigger” option is my favorite. But it has the downside that the popups on the outside buttons of the page are not fully visible (they are cut off).

    How can I maintain the option “Position from Trigger” but with the addition that the popups stay horizontally centered and are just vertically attached to the buttons?

    I tried some positioning things with CSS but was not successful.

    Thanks for any help.

    Regards

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Maria T

    (@mariatogonon)

    Hi @pascalaigner – apologies for the delayed response because I had to discuss this with our lead developer.

    What you are trying to do might be possible using CSS code. You would need to overwrite the left position of the .pum-container element, likely with an !important tag. Please see below:

    #pum-123 .pum-container {
        left: 50%!important;
    }

    The code above should get you started.

    If that helps, then we would very much appreciate it if you could quickly?rate the plugin, just to help us spread the word.

    Otherwise, for us to assist you further with your issue, you will need to escalate it directly to our HelpScout support desk. Check out this link:?https://wppopupmaker.com/support/?Thank you.

    Thread Starter pascalaigner

    (@pascalaigner)

    @mariatogonon Thank you very much for your reply. I was able to accomplish want I intended with your CSS code. The #pum-123 was not required.

    Reagrds

    Maria T

    (@mariatogonon)

    Hey, thanks for getting back. Yeah, right. Apologies if I overlooked the #pum-123. And, of course, we are happy to hear that it worked for you. ??

    We would very much appreciate if you could quickly?rate the plugin, just to help us spread the word.

    Have a great day!?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Position popup on trigger but horizontally centered’ is closed to new replies.