This is still to be confirmed but so far so good:
What I did is open all the minified css related to the admin section and deleted theses parts
@media only screen and (max-width:xxx px){...}
whenever I found one.
It seems to work and doesn’t mess with anything else, as far as I know.
Of course, this only makes sense if you intend to re-layout the admin from scratch.
Related Posts:
- WordPress admin stylesheet
- Why are my styles being applied to the admin area?
- What are the standard admin CSS id/class tags?
- This CSS Stuffing Works, But Is This A Good Practice?
- How do I load a CSS style into WordPress admin area only?
- How can I target WordPress 3.8 new interface MP6 with CSS?
- Load plugin scripts and styles only on plugin page
- How to fix admin stylesheet muck-up? [closed]
- Custom CSS In Admin Only For Certain Roles
- Modify CSS via Theme Control Panel
- Adding another “Add Post” button to admin
- Enqueue and Dequeue from admin bar nodes
- admin_enqueue_scripts the same css file as wp_enqueue_style
- WordPress admin toolbar not loading styles after migration
- Load stylesheet on custom admin submenu page
- Black admin bar is being hidden by page elements
- WordPress Admin Thickbox: Remove Margins/Padding
- Admin Ajax is returning 0
- Add custom column to Users admin panel
- wp_verify_nonce vs check_admin_referer
- Add a Separator to the Admin Menu?
- How to determine whether we are in add New page/post/CPT or in edit page/post/CPT in wordpress admin?
- how to know if admin is in edit page or post [duplicate]
- Is it ever okay to include inline CSS in plugins?
- Modal window from within WordPress admin
- How important is it to enqueue a theme’s stylesheet?
- How can I get a list of all enqueued scripts and styles?
- Where in WP can I check history or log of updates of plugins etc?
- How to add crossorigin and integrity to wp_register_style? (Font Awesome 5)
- Style custom columns in admin panels (especially to adjust column cell widths)
- Adding a custom admin page
- How does admin-ajax.php work?
- Remove Open Sans from Twenty Twelve theme
- How to remove entire admin menu?
- How do I remove dashboard access from specific user roles?
- Disable SSL / HTTPS for wordpress
- How can I speed up my WP admin section?
- How to pass parameters to admin_notices?
- How to load scripts/styles specific for a page
- Admin: very slow edit page caused by core meta query
- Enqueue Google Web Fonts Without Messing Up Symbols In URL
- if admin is logged in
- Inbuilt style for jquery-ui-datepicker
- Why is style.css not being enqueued?
- Search posts by ID in admin
- How to Change the Default Home Page for the WordPress Dashboard?
- Setting admin edit panels & metaboxes positions and visibility for ALL users and admins
- Find out which moderator approved comment?
- How to conditionally enqueue a stylesheet only for a certain page(s)?
- The website cannot display the page
- How To Remove WordPress Version From The Admin Footer
- Enqueue a stylesheet for login page and make it appear in head element
- Sort pages in loop by admin’s page attributes order field?
- Edit “thank you for creating with WordPress” in version 3.3.1
- Hide other users’ posts in admin panel
- Set Default Admin Colour For All Users
- How to enqueue style before style.css
- Editor Styles and Typekit
- How to add stylesheets only to pages with specific shortcode?
- Is it possible to create a WordPress tour? V3.3.1
- Securing Admin Accounts – Username Discovery
- What is the correct way to enqueue multiple CSS files?
- is_admin() returns true when using admin-ajax.php from front end script
- How to save dismissable notice state in WP 4.2?
- How do I optimize a custom post type admin page with 25,000 posts?
- Settings API – adding setting fields dynamically?
- Disable Media Uploads to non Admin Users
- Allowing admin-ajax.php to receive “application/json” instead of “x-www-form-urlencoded”
- Why is the Child Theme Stylesheet Not Loading?
- Can an admin check passwords of registered users?
- Notification that the admin is online
- Does wordpress create activity, update logs?
- sort child pages on admin
- How-to make the admin area mobile friendly [closed]
- How to remove list view from media library?
- How to disable the “Your site has updated to WordPress x.y.z” admin email?
- Plugin to remove Admin menu items based on user role?
- How to obtain the user ID of the current profile being edited in WP-Admin?
- 3.3: How do you hide the new dashboard welcome panel?
- Add my own button next to “Screen options” and “Help” in the admin
- WP List Table custom quick edit box – post meta data missing and columns change on submit
- Settings API – easiest way of validating checkboxes?
- Are there any action like ‘init_frontend’
- Should I use is_admin() inside ‘admin_init’ hook callback
- Remove wp_add_inline_style
- how to include other plugins css files in a shortcode?
- Custom admin email for new user registration
- Send Admin Emails to Multiple Email Addresses
- Is it possible to enqueue a raw CSS string directly from within a template file?
- Why I can’t add a CSS style in this WordPress theme?
- How do I set up the defualt page icon for admin menu?
- How to use wp_dequeue_style() for style enqueued in WP_Widget class
- Prevent author from changing their posts if admin has modified
- Avoid to load default WP styles in login screen
- Cannot access admin panel
- Make A WordPress Page Accessible To Admins Only, Redirect Other User Roles
- Disable all https in WordPress
- localhost/wp-admin on my local redirects to production site’s /wp-admin
- How to remove administrator role in settings -> general -> New User Default Role?
- Is there a more efficient admin search function/plugin?