affecting the product editing page

#85026
  • Resolved Kumail Firdous
    Rank Math free

    Hey guys. I am using rank math on my woochi theme. In the p-admin pannel where products are updated , rank math is causing various products to space out as the rank math section to the right is not optimized. Any idea when this will be fixed?

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for getting in touch with us.

    You can reduce the number of columns shown in the list by unchecking some of the not-so-necessary column in the screen options:
    img

    Optionally, you can add the following CSS modification code in your theme function.php to fix the issue.

    add_action('admin_head', 'add_admin_css');
    function add_admin_css() {
    echo '<style>
      .post-type-product div.wrap {overflow-x:scroll; width:98%;}
      .post-type-product table.wp-list-table.fixed{table-layout:auto;}
      .post-type-product table.wp-list-table th#title{min-width:350px;}
      .post-type-product table.wp-list-table th#categories{min-width:150px;}
      </style>';
    }

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘affecting the product editing page’ is closed to new replies.