Hide widget on desktop (embedded layout)

Add this code to the Custom CSS field on the Design tab of your Button widget’s settings:

@media (min-width: 450px) {
.global-styles, [data-app="eapps-button"] {
display: none !important;
}
}