Title: Mobile specific CSS
Last modified: September 13, 2017

---

# Mobile specific CSS

 *  [bazzze](https://wordpress.org/support/users/bazzze/)
 * (@bazzze)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/mobile-specific-css/)
 * Hi,
    I want to have 2 css-files depending on what device the viewer has ,mobile/
   desktop . I have tried the Mobiledetect.net script but cannot get it to work.
   In what file should I put this? Tried functions.php but ends up with Error 500
   when accessing the site. Can somebody please help with the full code I should
   use?
 * Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-specific-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/mobile-specific-css/#post-9493717)
 * The fifth argument to [`wp_enqueue_style()`](https://developer.wordpress.org/reference/functions/wp_enqueue_style/)
   is a `@media` query specifying when that stylesheet should be used:
 * `wp_enqueue_style( 'bazzze-mobile', path-to-mobile-stylesheet, null, null, 'screen
   and (max-width: 600px)' );`
 * Would that help?
 *  Thread Starter [bazzze](https://wordpress.org/support/users/bazzze/)
 * (@bazzze)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/mobile-specific-css/#post-9500125)
 * Not really, I dont wont to identify it by screensize but with type of device.
   
   Mobile or desktop.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Mobile specific CSS’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentyseventeen/4.1/screenshot.
   png)
 * Twenty Seventeen
 * [Support Threads](https://wordpress.org/support/theme/twentyseventeen/)
 * [Active Topics](https://wordpress.org/support/theme/twentyseventeen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentyseventeen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentyseventeen/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [mobile](https://wordpress.org/support/topic-tag/mobile/)

 * 2 replies
 * 2 participants
 * Last reply from: [bazzze](https://wordpress.org/support/users/bazzze/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/mobile-specific-css/#post-9500125)
 * Status: not resolved