• Resolved kellyhza

    (@kellyhza)


    Hey,
    I just started working with this plug in and there’s something I can’t figure out. Is it possible to have the pop up appear on the bottom of the page instead of right in the center? It seems like it would be an option but I’ve been through the settings and can’t find anything that works.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @kellyhza

    Hope you’re doing well!

    I apologize for the late reply. If you wish to show an opt0in at the bottom, please instead of the Pop-up, create a Slide-in.

    In the Behavior section, you can choose an opt-in position, under Slide-in Position. Please see this screenshot:
    https://take.ms/b7Kh1

    Otherwise current pop-up will require CSS coding to move its current position. For example:

    .hustle_module_id_2 .hustle-popup-content {
        position: relative;
        top: 50%;
        right: 27%;
    }

    Add the CSS code to Appearance > Customize > Additional CSS. Please feel free to tweak the values for top and right to adjust the opt-in position.

    Hope this helps!

    Kind regards,
    Nastia

    Hello @kellyhza,

    I hope you’re doing well!

    We’ve not heard from you in a while. I’ve marked this ticket as resolved for now, but if you need anything else at all, we’re here for you, please just reopen the ticket or create a new one.

    Have a good day and take care!

    Kind regards,
    Nastia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can I change the position of a pop up relative to the page’ is closed to new replies.