Hi,
Please can someone assist.
I would like to change the column width for tables so that they autofit the text. This should be for mobile view only.
See screenshot below for example.
Thanks in advance!
Hi,
Please can someone assist.
I would like to change the column width for tables so that they autofit the text. This should be for mobile view only.
See screenshot below for example.
Thanks in advance!
sorry for that issue can you please share this product url
Hi!
Here is a link to a product: https://electricrideco.com/products/aeboard-at2-720w-all-terrain-electric-skateboard
If you scroll down to the product description it’s the SPECIFICATIONS tab.
Please note: I would like this change to apply to all tables in the product descriptions for all products. Mobile view only.
Thanks!
Hi, are you able to assist with this?
yes, please try this code
.rte__table-wrapper table {
width: 100% !important;
}
Hi @guyv ,
You can follow the instruction below:
@media (max-width: 767px) {
.rte__table-wrapper table {
width: 500px !important;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
its my pleasure to help us