• Resolved marseem

    (@waseemsannib)


    Hi,
    Actually, I would like to ask if somebody could help me with my problem.
    I have noticed the width of my orders list in admin dashboard is very short and I need to increase the size of the width for my orders, because the text for the shipping address or billing address, for example, coming above each other which cause much space of the height, I hope somebody can recommend me with his experience that what I need to do to fix that unwanted space in the orders list.
    Thank you

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

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @waseemsannib!

    You could possibly use some CSS code. See if something like this works:

    .post-type-shop_order .wp-list-table {
    max-with: you_value;
    }

    Replace the max-width with your preferred with.

    You can add the CSS code to your site from the “Additional CSS” section found in the customizer view.

    Cheers!

    Thread Starter marseem

    (@waseemsannib)

    Thank you for your assistance,
    Actually, now I have noticed the descriptions of each column don’t match the headline of each section, you can see under total not amount and the others like this, please check the image, do you know how to arrange this?
    https://ibb.co/q5pd1KC

    woocommerce: 3.5.1
    wordpress: 4.9.10

    • This reply was modified 5 years, 7 months ago by marseem.
    Plugin Support Missy a11n

    (@m155y5)

    Automattic Happiness Engineer

    Hi @waseemsannib

    Can I ask you to send a screenshot of what it looks like before you use the above CSS that was given to you? I’m curious how it looks because it should be quite readable and responsive to your screen/window size.

    Thread Starter marseem

    (@waseemsannib)

    Hi,
    Thank you for your interest, I have fixed the problem with adding new admin and everything went good, but now I have problems with my website which I don’t know from where it comes if you could help me with this.

    https://ibb.co/dbw0MvJ

    Thread Starter marseem

    (@waseemsannib)

    The problem has been resolved by adding a new admin user.
    Thanks for all

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How can I edit orders table width size in admin dashboard’ is closed to new replies.