Products page now broken.

#55507
  • Resolved Anonymous
    Rank Math free

    Hi There
    Starting a new site, ALL plugins etc are all latest versions.

    I’ve installed the Woocommerce plugin, and connected my products to Facebook via it.
    However, since enabling the FB part of the WC plugin, which puts extra information in the products page – your Rank Math SEO column in the products page has ‘fallen’ off the end of the page, and makes the products really spaced apart.

    I have a screen shot if you’d like to see it.

    Regards Cliff.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Michael Davis
    Rank Math pro

    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.

    ​​​​​​

    Anonymous
    Rank Math free

    Thank you – That’s that fixed then!

    Anonymous
    Rank Math free

    Done

    Michael Davis
    Rank Math pro

    Hello,

    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.

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

The ticket ‘Products page now broken.’ is closed to new replies.