Solved

Uploaded image and chart out of proportion

Joslin
Explorer
69 1 12

Screen Shot 2021-08-05 at 11.56.48 am.png

 

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

Accepted Solution (1)
Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

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%;
}
}

 

View solution in original post

Replies 4 (4)

Kinjaldavra
Shopify Partner
2302 570 1423

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.

Joslin
Explorer
69 1 12
Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

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%;
}
}

 

Joslin
Explorer
69 1 12

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

 

Screen Shot 2021-08-27 at 10.47.56 am.png