Hello,
I want buttons not to be displayed in the mobile display (smartphones).
How can I solve this?
Sincerely
Thorsten
Werbeagentur Schulz-Design e. K.
Hello,
I want buttons not to be displayed in the mobile display (smartphones).
How can I solve this?
Sincerely
Thorsten
Werbeagentur Schulz-Design e. K.
Hi @Thorsten ![]()
Could you please specify what buttons you mean? A screenshot would be highly appreciated.
Widget: “Button”
Example: https://hannoversche-wohnberatung.de/ (right)
Got you, thanks!
I’ve forwarded your request to our devs. I’ll get back to you once the solution is provided ![]()
Please add this code to the Custom CSS field on the Design tab and let me know if it worked:
@media(max-width: 550px) {
.global-styles,
.es-button-floating-button {
display: none;
}
}
Works!
Thank you very much ![]()
Awesome!
You are always welcome ![]()