HEX
Server: Apache
System: Linux server 5.4.0-56-generic #62-Ubuntu SMP Mon Nov 23 19:20:19 UTC 2020 x86_64
User: losadagest (10000)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/aceitunaslosada.com/insta-gallery/includes/view/backend/pages/suggestions.php
<style>
  @media screen and (max-width: 2299px) and (min-width: 1600px) {

    #the-list {
      display: flex;
      flex-wrap: wrap;
    }
    .plugin-card {
      margin: 8px !important;
      width: calc(50% - 4px - 16px)!important;
    }
  }
</style>
<div class="wrap" style="
     position: relative;
     margin: 25px 40px 0 20px;
     max-width: 1200px;">
     <?php
     $wp_list_table = new QLIGG_Suggestions_List_Table();
     $wp_list_table->prepare_items();
     ?>
  <form id="plugin-filter" method="post" class="importer-item">
    <?php $wp_list_table->display(); ?>
  </form>
</div>