Uploaded image and chart out of proportion

Can anyone help me with the size chart and the table and making it proportion to the website. The size chart needs to be wider and the table needs to be a bit smaller

hello @Joslin

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

Thankyou

www.createclothing.com.au

hello @Joslin

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-product-pre-order-template .rte table {
    table-layout: auto;
}
#shopify-section-product-pre-order-template .product-single__meta  img {
    max-width: 500px;
}
@media only screen and (max-width: 1399px){
#shopify-section-product-pre-order-template .product-single__meta  img {
    max-width: 100%;
}
}

I’ve just noticed that some worked well with that code, but others didn’t?