• Hi,

    I noticed this was already raised but you diss-missed it as not being caused by WP Statistics. Which I believe to be un-true.

    If the charts widget is not used on a edit page or is shown in slot other than the top. It creates a gap between the main title and editor. This is being caused by CSS loaded by WP Stastics.

    Specifically, line 934 of admin.min.css.

    
    .ui-sortable {
     min-height:100px
    }
    

    You’re adding a min-height on all the available slots – which is causing this problem.

  • The topic ‘Plugin causing layout issues in Admin’ is closed to new replies.