Woo Commerce product listing

#71596
  • Resolved Annika
    Rank Math pro
    Content AI Starter

    I’ve been successfull using Rank Math with WordPress on other sites, but when I installed it with Woo Commerce, the product listing pages get all screwed up with a one letter SEO column that stretches down and makes the product listing page very hard to use. I do not use any WP admin plugins, straight vanilla. I’ve imported the SEO settings from Yoast and have not fiddled further with them but checked that there is no weird formatting in the SEO content. Screenshot here: https://ibb.co/Sn1RqjW How do I solve this?

Viewing 1 replies (of 1 total)
  • Alberto
    Rank Math business

    Hello,

    Thank you for contacting Rank Math today.

    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>';
    }

    Looking forward to helping you. Thank you.

    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 ‘Woo Commerce product listing’ is closed to new replies.