• cvladan

    (@cvladan)


    I know you think nobody is using the plugin, but I am, and the CSS has messed up the admin page for adding plugins: /wp-admin/plugin-install.php.

    The problem is the generic .wrap CSS class that is also used by core WordPress, and the max-width: 1200px property is causing this issue.

    .wrap {
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
    max-width: 1200px;
    margin-left: 0; /* Align to left */
    padding-left: 20px; /* Small left padding for spacing */
    }

    In any case, thank you for the useful plugin.

You must be logged in to reply to this topic.