• I am wanting to position a popup fixed bottom center, but when I use the position options in Divi, I cannot achieve the desired result.

    • This topic was modified 3 years, 7 months ago by vincentllora.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @vincentllora 🙂

    Apologize for the inconvenience!
    Can you please provide some more details:

    > The URL of the website.
    > Where I need to click to trigger the Popup?

    Regards,
    Syed

    Thread Starter vincentllora

    (@vincentllora)

    Thanks Syed. After a few days I sought help from another source.
    We used some CSS to reset the top and transform attributes to get it to work:

    #et-boc .area-outer-wrap[data-da-positionv="center"] {
        top: auto;
        bottom: 0;
        transform: translate(-50%, 0);
        padding-bottom: 0;
    }

    Hello @vincentllora 🙂

    Glad, it has resolved your problem!
    Please feel free to get back to me, in case of any query.

    Regards,
    Syed

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘position popup fixed bottom center’ is closed to new replies.