I've been trying to fix this issue for a week. I was asked to remove a form from a third party provider which I did, added an email link and it works.
This site was created in Muse by someone else. It's giving me a warning that items are missing. (prior to adding the email link) I can't find those either, as far as I can tell nothing is missing.
I added two columns with responsive code but when I shrink the screen the items disappear. Here is a link to the page HeartSongYogaStudio - contactcopy
enter code here = does not work so I've added a screen shot

...some omitted because it's too long
I see a couple issues in the CSS:
1: remove
overflow:hiddenon.widget-item, because it's overflowing and clipping the content when you squeeze the screen.2 remove class
.breakpointon the top level div, because there's a media query or script somewhere that's removing classactiveon that div at smaller screen widths, resulting indisplay:none. (what's the breakpoint stuff doing?)*the attached image shows the page rendering more normally with these attributes/classes removed: