• Resolved rosanera

    (@rosanera)


    Hi there,
    good plugin!!!
    I’m try to use it on my website but need to resolve some problems with css, and all can be perfect.

    There is a problem with list of contents Table in,
    admin –> posts
    admin –> pages
    admin –> custom post
    admin –> custom pages

    where I have language and comments columns, table has wrong alignment if I activate ProfileGrid. So I can’t read comments or select languages.
    ProfileGrid Admin Css, changes the default WordPress font and border for admin.

    So if I comment these 2 lines in profile-magic-admin.css (lines 2915 and 2921)

    /*———Common Elements—————*/
    * { box-sizing: border-box;}
    body {margin: 0px; font-family: ‘Roboto’, ‘Arial’, serif;}

    everything in admin return ok.

    Is possible to fix?

    Thanks
    Best regards

Viewing 1 replies (of 1 total)
  • Plugin Contributor profilegrid

    (@profilegrid)

    Thank you for liking the plugin. Please change these line with following code –

    .pmagic * { box-sizing: border-box;}

    body .pmagic {margin: 0px; font-family: ‘Roboto’, ‘Arial’, serif;}

    also we will fix this issue in our upcoming version.

Viewing 1 replies (of 1 total)
  • The topic ‘Css admin problem’ is closed to new replies.