SEO column formatting in ‘Products’ category

#48330
  • Resolved Kester
    Rank Math free

    Hi,

    Please see attached image with formatting issue in the Rankmath column. I deactived Rankmath and it went back to normal.

    How can I solve this?

    • This topic was modified 3 years, 12 months ago by Kester.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Alberto
    Rank Math business

    Hello,

    I can’t see any attached image. Can you upload it to https://imgur.com/ and add here the URL?

    Looking forward to help you.

    Hi Alberto thanks for getting back to me. Sorry the image wasn’t viewable, here is imger link. Let me know if that works ok.

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    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 4 replies - 1 through 4 (of 4 total)

The ticket ‘SEO column formatting in ‘Products’ category’ is closed to new replies.