There are no functions in wordpress that checks or determine screen sizes. These are all browser related stuff that has got nothing to do with wordpress. There are jquery functions that can maybe work, but again, this is not wordpress related. wp_is_mobile
can be used to load stuff conditionally for mobile phones, but then again, wp_is_mobile
don’t have the logic determining screen sizes, it also can’t differentiate between things like mobile phones and tablets.
Your solution here is to do it old school, using media queries in your main stylesheet as done in all of the default themes shipped with wordpress.
Closing off, I would most probably think that if there was such functions to determine screen sizes in wordpress, that it would be completely overrated and useless and time wasting just to load something simple like a stylesheet
Related Posts:
- I can’t add CSS with functions.php
- How to reference different css (bootstrap) stylesheets for the header and body of a page?
- How to load scripts/styles specific for a page
- TinyMCE custom stylesheets for different post types
- Child Theme Not Overriding Parent Theme
- Enqueue styles after a plugin
- Register and enqueue style.css custom theme
- Enqueue Style Only On Certain Pages Not Working
- different style sheet for just one page template
- Some questions about how proper add 2 CSS file in a WordPress theme?
- Parent theme styles overriding child theme CSS [closed]
- Theme JS is available but theme CSS isn’t
- Proper Way to Load stylesheet on Condition
- get_template_directory_uri() links to child theme not parent
- Page Template Won’t Load Correct CSS File
- Advanced method to control cache of enqueued style/script
- CSS style and app.js not loading
- Stylesheet does not load despite functions.php
- How do I dequeue a Stylesheet, stored in an ‘Assets’ folder?
- Child Theme not loading multiple stylesheets
- Should I use `get_stylesheet_uri()` or `get_template_directory_uri()` when calling my CSS Stylesheet?
- wp_head not injecting css
- Why is style.css not being enqueued?
- How to enqueue style before style.css
- functions.php inject inline css
- Avoid to load default WP styles in login screen
- How do I create a new WP admin color scheme?
- Logout/login redirect CSS issue
- Add attribute to link tag that’s generated through wp_register_style?
- is_front_page not working in functions.php
- Remove “says” from comments
- Dequeue Scripts and Style for Mobile not working?
- How to add CSS style sheet dynamically in wordpress
- Simple/basic use of get_current_screen
- I created a child theme and it doesn’t work for some of the css files
- Is it possible to be more page/post specific with admin_enqueue_script?
- CSS stylesheet not loading
- Enqueue script o style only if a template part is loaded
- How to override enqueued styles using a child theme
- Load custom css after bootstrap
- The correct way to include JavaScript and CSS in my WordPress Themes
- How to add background image control to page admin controls?
- If is multiple page templates
- Relative path in wp_register_style not working
- How to pass variables from one function to another or combine functions
- Do we need to change our child function.php to require/include child dir files when we add an over-riding file.php into the child theme
- remove/hide wp-editor
- Getting out side of wp root folder from function.php using absolute path
- current_page_item is missing inside wp_nav_menu
- define css class in functions.php
- Use conditionals with wp_enqueue_style to attach stylesheet according to post type displayed
- Completely Disable WordPress RSS Feeds
- Load CSS before Theme CSS
- Add custom css file after plugin css with WordPress Child Theme functions.php
- Combine page types and Custom Taxonomy in a functions.php command
- Problem with displaying CSS Stylesheets – Am I adding them correctly in my wordpress child theme?
- Can’t load assets
- wp enqueue style on about us page
- Test CDN link from function.php or wp_enqueue_script/style?
- Can we have conditional CSS styling?
- Post content overflows on my mobile phone
- Remove clickable Link of WordPress Site Logo from Woocommerce Single Product page
- How to make the RTL.css the dominant css code?
- How do I make a custom “Read More Blogs” button for my blog page
- function class doesnt work
- Help using ShortCodes to style whole chunks of the post
- Setting Up Child Theme To Take Priority
- how to remove a tag in the_category function
- Reference multiple style sheets, clearing styles for permalink page, custom fields for css
- CSS disabled after getting rid of emoji
- How do I create a child theme from PowerMag theme
- How to add styles in existing function?
- Woocommerce – Switching Price for Category
- Adding a class to the body of an inactive site using multisite
- Conditionally apply css for a specific template part
- I need to ‘wp_dequeue_script’ and ‘styles’ and ADD a bunch of other css and js
- Correct way of Enqueue self hosted fonts in sass project
- Help with is_page() and calling css for specific pages in a Child Theme
- Child theme style.css didn’t work properly but the Customize Additional CSS did [closed]
- Why is style.css not loading through the functions.php
- How to automatically add custom classes to headings in content area
- Javascript and Stylesheet in child page
- custom post with loading script per single post
- Modify arguments for parent theme’s `wp_register_style` via child theme
- Changing the color of post title [closed]
- Preventing PHP Execution in Parent Theme
- Random text changing to weird icons in both admin & front end
- Functions.php in child theme that loads CSS file breaks website
- Print all inline styles to head
- Syling Custom Fields echo’s from from functions.php
- functions.php / replacing div’s with new ones?
- using enqueue_script in a shortcode isn’t working
- How can I append and prepend something to all post hyperlinks without using ::before or ::after? PHP hook solution?
- Image width issue in IE [closed]
- How do I make my child theme’s CSS update when I save it?
- How to create my own style.css file in an wordpress child-theme
- Why don’t ‘wp_nav_menu’ CSS classes work until a menu is created?
- How to fix enqueue_styles error for a twenty-seventeen childtheme
- Proper way to load styles using a child theme
- Add custom css to specific user