MyBB Community Forums

Full Version: Don't show something on phone
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed Servers Board plugin but it's very ugly on the phone (it's not responsive) so I want to disable it completly for phones if possible Huh

Like hide the board for mobile users
@media (max-width:629px) {
 .some-class {
    display: none;
  }
}