Popup Contact Form | Shortcode

Good day,

I don´t know why, but Popup Contact Form | Shortcode button does not display on mobile.

What I am doing wrong?

www.entregasfrescas.pt

Comments

  • Hi,
    It's disabled by default on mobile - some of the contact forms can be too wide for mobile.
    That's why it's disabled.

    To enable it, paste this code into the Theme Options > Custom CSS & JS > CSS
    #popup_contact{
    display: block !important;
    }
    Thanks
  • Thank you very much!

    In my case is:

    #popup_contact{
        display: block !important;
            right: 15px;     
            bottom: 100px;
    }
Sign In or Register to comment.