# How to make the call to action window become an overlay

**URL:** https://meta.discourse.org/t/how-to-make-the-call-to-action-window-become-an-overlay/45273
**Category:** UX
**Tags:** pr-welcome
**Created:** [5 Junho , 2016 11:51 UTC](https://meta.discourse.org/t/how-to-make-the-call-to-action-window-become-an-overlay/45273 "2016-06-05T11:51:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![charleswalter](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/charleswalter/32/116433_2.png) [@charleswalter](https://meta.discourse.org/u/charleswalter)
#### Post date: [5 Junho , 2016 11:51 UTC](https://meta.discourse.org/t/how-to-make-the-call-to-action-window-become-an-overlay/45273/1 "2016-06-05T11:51:37Z")

</div>

I know this topic has come up a number of times, so I wanted to share with the group.

I am testing today making the call to action prompt show up with a fixed position (on mobile). Will be interesting to see if there’s an impact in registrations.

```
.signup-cta { position: fixed; bottom: 0; right: 0; z-index: 1000; }

```

 ![](https://global.discourse-cdn.com/meta/original/3X/7/1/7143d01b0dd0f65d81342a4a6bda28bc01437d26.png)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [26 Janeiro , 2017 05:53 UTC](https://meta.discourse.org/t/how-to-make-the-call-to-action-window-become-an-overlay/45273/2 "2017-01-26T05:53:51Z")

</div>

Did this work well for you? What were the results?

---

<div class="post-metadata">

### Author: ![charleswalter](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/charleswalter/32/116433_2.png) [@charleswalter](https://meta.discourse.org/u/charleswalter)
#### Post date: [26 Janeiro , 2017 11:42 UTC](https://meta.discourse.org/t/how-to-make-the-call-to-action-window-become-an-overlay/45273/3 "2017-01-26T11:42:14Z")

</div>

I like that there’s a question on the metrics. Something we discourse community admins should do more of.

Unfortunately, it seems the change was pretty negligible.  
3.5% increase in registrations from May to July. 327 (July) vs 317 (May). No noticeable impact in PVs per user. Average daily logged in users also went up 2.5%.

I’d be interested in playing around as a variable on how long it takes before showing the overlay. And knowing how many users start the registration process (via Google Analytics event tracking perhaps)

---

<div class="post-metadata">

### Author: ![Pad\_Pors](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pad_pors/32/52016_2.png) [@Pad\_Pors](https://meta.discourse.org/u/Pad_Pors)
#### Post date: [3 Setembro , 2018 11:10 UTC](https://meta.discourse.org/t/how-to-make-the-call-to-action-window-become-an-overlay/45273/4 "2018-09-03T11:10:47Z")

</div>

Também usamos esse CTA de sobreposição por 2 semanas e ele aumentou as inscrições em cerca de 5%, o que não é algo espetacular, mas é bom.

Percebi que é um #Contribute > Feature aberto a contribuições da comunidade, conforme mencionado [aqui](https://meta.discourse.org/t/where-to-control-when-the-signup-cta-shows/43047/7?u=pad_pors). Há alguma chance de isso entrar na lista de recursos sérios?
