• 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 2 years, 8 months ago by nickfmc.
    • This topic was modified 2 years, 8 months ago by nickfmc.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Plugin adding global settings’ is closed to new replies.