Product page display issue

#48454
  • Resolved Monique
    Rank Math free

    On the WooCommerce Product page, RankMath is showing in a vertical line that takes up a lot of space. It’s very annoying to scroll down the page so long to get to the next product. Screenshot attached. I’ve disabled the theme and yet it’s the same result on TwentyTwenty default theme. Is there a solution to this?
    https://imgur.com/ehmNW39

Viewing 1 replies (of 1 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.

    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.

    ​​​​​​​

    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 ‘Product page display issue’ is closed to new replies.