Viewing 3 replies - 1 through 3 (of 3 total)
  • The table layout on the product page defaults to “fixed”. The developers have assigned optimum column widths for each column’s content. Mostly this works well, but it looks like you have some code or a plugin (Yoast maybe) which is adding an extra column.

    You can try turning off some columns you don’t need in screen options.

    Alternatively, reassigning widths to all the columns is beyond the scope of a forum answer, so the easiest thing to do is to let the browser work out the best column widths.

    Try this admin custom css:

    .post-type-product table.fixed {
      table-layout: auto;
    }

    You’ll need a plugin to add admin-side custom css, try this one:
    https://en-gb.www.ads-software.com/plugins/add-admin-css/
    There may be others.

    Thread Starter swoosh983

    (@swoosh983)

    Thanks for your response. I have managed to find out that a plugin is causing that. I tries translating my page tonorher language using WPML. Everything is working fine if only WPML is activated but when I try to activate WPML String Translation od WPML Translation Management, then I get the weird look on the products page. I also cant edit the products image on mobile device.

    Any ideas?

    Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    Glad to hear you got to the bottom of that; Seeing as this is caused by a 3rd party plugin, you’ll want to reach out to their support team directly to take a closer look. If you’re wondering, the WPML can be contacted at https://wpml.org/get-help/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Products page looks funny’ is closed to new replies.