Is there a module class that I can add to a module that will hide it on mobile view?
1option Hi
You can add associated Bootstrap class to hide the element: https://getbootstrap.com/docs/5.0/utilities/display/#hiding-elements
For example, if you want to hide on mobile only, try this class: d-none d-sm-block