Title: Plugin adding global settings
Last modified: July 22, 2022

---

# Plugin adding global settings

 *  [Nick Murray](https://wordpress.org/support/users/nickfmc/)
 * (@nickfmc)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/plugin-adding-global-settings/)
 * Your plugin adds the following style globally. It’s a VERY aggressive style that
   will remove top margin from a block in a lot of themes! this should be looked
   at and reconsidered, you can center something with margin-left:auto; margin-right:
   auto; you don’t have to set the top and bottom to zero when you do this! not 
   that this code has any reason to be non specific to the plugin though anyway.
 * div.aligncenter {
    display: block; margin: 0 auto; width: fit-content; }
    -  This topic was modified 3 years, 10 months ago by [Nick Murray](https://wordpress.org/support/users/nickfmc/).
    -  This topic was modified 3 years, 10 months ago by [Nick Murray](https://wordpress.org/support/users/nickfmc/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Joe Dolson](https://wordpress.org/support/users/joedolson/)
 * (@joedolson)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/plugin-adding-global-settings/#post-15851316)
 * Thanks for reporting this! Tracking here: [https://github.com/joedolson/wp-accessibility/issues/27](https://github.com/joedolson/wp-accessibility/issues/27)

Viewing 1 replies (of 1 total)

The topic ‘Plugin adding global settings’ is closed to new replies.

 * ![](https://ps.w.org/wp-accessibility/assets/icon-256x256.png?rev=1097582)
 * [WP Accessibility](https://wordpress.org/plugins/wp-accessibility/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-accessibility/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-accessibility/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-accessibility/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-accessibility/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-accessibility/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Joe Dolson](https://wordpress.org/support/users/joedolson/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/plugin-adding-global-settings/#post-15851316)
 * Status: not resolved