Title: Remove comments on mobile
Last modified: August 24, 2016

---

# Remove comments on mobile

 *  [SK](https://wordpress.org/support/users/sooskriszta/)
 * (@sooskriszta)
 * [11 years ago](https://wordpress.org/support/topic/remove-comments-on-mobile/)
 * Can I remove comments (and commenting) on mobile devices?

Viewing 1 replies (of 1 total)

 *  [Martin Robbins](https://wordpress.org/support/users/santeven/)
 * (@santeven)
 * [11 years ago](https://wordpress.org/support/topic/remove-comments-on-mobile/#post-6086216)
 * Most easily, you may hide them using a CSS media query. For example something
   like:
    ` @media screen and (max-width: 480px) { .comments { display: none; } }
   Of course, you’ll need to identify the appropriate selector, and write it in 
   place of where I wrote .comments in the code block.

Viewing 1 replies (of 1 total)

The topic ‘Remove comments on mobile’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Martin Robbins](https://wordpress.org/support/users/santeven/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/remove-comments-on-mobile/#post-6086216)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
