Popup Contact Form shortcode --> mobile display
Hello guys,
I use the Popup Contact Form shortcode to imitate a live chat feeling with a simple button (and adjusted CSS): Rechtsanwaltskanzlei Albert Cermak in München | Arbeitsrecht | Verkehrsrecht | Zivilrecht
However, this button doesn´t display on mobile. In the settings it says "Does not display on mobile devices < 768px".
Can you help me to please display this on mobile. I will adjust the design of course, and have it as a bottom button or bar, but it´s important that we don´t lose this functionality on mobile. I suggest for a general setting in the betheme options to allow for different mobile designs, but for now, I´d be happy about another solution.
Thank you!
Comments
Hi,
Please use the following CSS code:
@media only screen and (max-width: 767px) { #popup_contact { display: block!important; } }Best regards