Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
General info & installation
Popup Contact Form | Shortcode
entregasfrescas
March 2019
in
General info & installation
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
Pablo
March 2019
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
entregasfrescas
March 2019
Thank you very much!
In my case is:
#popup_contact{
display: block !important;
right: 15px;
bottom: 100px;
}
Sign In
or
Register
to comment.
Comments
display: block !important;
right: 15px;
bottom: 100px;
}