Hi @wistlaumann
I hope you are doing well.
I can see the issue on your front end, I suggest moving the button to left:
.hustle-ui.hustle-slidein.hustle_module_id_3 .hustle-slidein-content .hustle-info.hustle-info--compact .hustle-button-icon{
left: 0;
right: unset;
}
But you can also keep on right but push 20px:
.hustle-ui.hustle-slidein.hustle_module_id_3 .hustle-slidein-content .hustle-info.hustle-info--compact .hustle-button-icon{
right: 20px;
}
You can add the CSS on WordPress > Appearance > Customise > Additional CSS or Hustle > Slide-in > Appearance > Custom CSS.
About the backend not working, it is usually related to a plugin conflict, could you please make a Full backup of your website and run a plugin conflict following this workflow?
https://wpmudev.com/wp-content/uploads/2015/09/Support-Process-Support-Process.gif
Let us know the result you got.
Best Regards
Patrick Freitas