• Resolved jeremiepape

    (@jeremiepape)


    Hi guys,

    Could you please remove the padding instruction from your admin CSS because it adds 30% of padding to all “postbox” containers in WordPress admin pages.
    In: /wp-content/plugins/wp-gdpr-core/assets/css/admin.css

    form.postbox, div.postbox {
        padding: 30px;
    }

    I’ve desactivated like that:

    form.postbox, div.postbox {
        /*padding: 30px;*/
    }

    Anyway, thanks for your module!

    Jeremie

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Sebastian Kurzynoswki

    (@sebakurzyn)

    Hey Jeremi!

    Sure we do it now! Thanks for Your feedback.

    Kind Regards
    Sebastian

    Plugin Author Sebastian Kurzynoswki

    (@sebakurzyn)

    Hey Jeremi!

    Today we release update with fix for this issue!

    Kind Regards
    Sebastian

    Is this released yet ?

    The below CSS is causing serious padding overload in the admin panel

    form.postbox, div.postbox {
    padding: 30px;

    }

    Thanks

    Plugin Author aytac

    (@aytac)

    Hello Mark,

    The release of the new version is postponed to monday due to testing.

    It will resolve the css problems in the admin panel.

    Take care,

    Aytac

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Do not override WP admin “postbox” CSS container’ is closed to new replies.