Hide buttons in mobile view

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.

1 Like

Hi @Thorsten :wave:

Could you please specify what buttons you mean? A screenshot would be highly appreciated.

Widget: “Button”
Example: https://hannoversche-wohnberatung.de/ (right)

1 Like

Got you, thanks!

I’ve forwarded your request to our devs. I’ll get back to you once the solution is provided :slightly_smiling_face:

1 Like

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;
  }
}
1 Like

Works!
Thank you very much :slight_smile:

1 Like

Awesome!

You are always welcome :slightly_smiling_face: