Title: Admin CSS issues
Last modified: August 21, 2016

---

# Admin CSS issues

 *  [danicholls](https://wordpress.org/support/users/danicholls/)
 * (@danicholls)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/admin-css-issues/)
 * The admin-side file style.css is included on all pages, including non-BackWP 
   pages, so if you go to Settings > General, for example, the radio buttons and
   checkboxes will stretch way out. (At least in the latest WP version.)
 * If you (the developer) put everything under a class like .backwp, or similar,
   that should fix it.
 * If this is bothering you (not the developer), simply make `.form-table td input`
   into `.form-table td input[type='text']`. (Or nix the rule altogether.) If you
   are using a modern browser for admin (and you should be) this should do the trick.
 * [http://wordpress.org/plugins/backwp/](http://wordpress.org/plugins/backwp/)

The topic ‘Admin CSS issues’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/backwp_f15a23.svg)
 * [Backwp](https://wordpress.org/plugins/backwp/)
 * [Support Threads](https://wordpress.org/support/plugin/backwp/)
 * [Active Topics](https://wordpress.org/support/plugin/backwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/backwp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/backwp/reviews/)

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [danicholls](https://wordpress.org/support/users/danicholls/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/admin-css-issues/)
 * Status: not resolved