Large spacing in products->all products

#51473
  • Resolved Uros
    Rank Math free

    Hello,

    After research i found out that RankMath is causing strange view in Products->all products (picture in private).
    As you can see there are large spacings between each product.

    Thank you,

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

    Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    It happens because the table has too many columns to show and since not all those columns fit, the last one (in this case Rank Math) shrinks.

    Another user a few weeks ago had the same issue and I did some code to fix it, so you could try and see if it works for you.

    You can add the following code to your theme’s functions.php file, it should fix it (in my local installation it worked):

    add_action('admin_head', 'rank_math_woocommerce_products_table_fix');
    
    function rank_math_woocommerce_products_table_fix() {
      echo '<style>
        table.wp-list-table.widefat.fixed.striped.posts {
    		table-layout: auto!important;
    	}
      </style>';
    }

    Looking forward to helping you. Thank you.

    Uros
    Rank Math free

    Thank you, the problem has been solved.

    Alberto
    Rank Math business

    Hello Uros,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

    Uros
    Rank Math free

    I will be happy to leave a review once i start using the plugin. The plugin is installed on my store but not active – it’s in conflict with codeincept’s single variations. Once this is fixed (i also posted the problem on the forum) i’ll leave a review.

    Todd
    Rank Math free

    Hi,

    Absolutely.

Viewing 5 replies - 1 through 5 (of 5 total)

The ticket ‘Large spacing in products->all products’ is closed to new replies.