Hi Jonathan,
I think there is some issues with custom styling that you have added.
Can you remove the feedback widget from the page and/or custom styles added for feedback widget to check if this is what causing layout issues? Did this issue start after adding custom styles for feedback button? If yes, then there is some problem with the custom styles you have added. Please can you review your custom styles.
Update:
Please find the steps below to add custom styles based on your scenario;
- Install or open and setup Calypso
- Go to your project directory > ‘\theme\styles\web\sass\app’
- Create a new folder for your widget (in your case this will be ‘widgetscustom’)
- Add a new scss file under this new folder (in your case filename will be ‘_feedback-widget.scss’)
- Open ‘_custom.scss’ from app folder and import newly added file, (in your case, add @import"widgetscustom/feedback-widget"; and save it (make sure Calypso is running)
- Go to newly created file and add required custom style for your feedback widget and save it so that Calypso compiles the code. (in your case go to _feedback-widget.scss’ add your custom styles for feedback widget and save)
Hope this helps!