There is an extra blank column in the table I insert on the product page

There is an extra blank column in the table I insert on the product page. I need to adjust the first column to a long width, so that the table won’t have a blank third column. I will show the picture to you. Please tell me how to deal with this problem.

My store URL is “www.agrotkindustrial.com”.

The URL with the problem is "https://www.agrotkindustrial.com/products/agt-hcrc72-skid-steer-heavy-duty-brush-cutter-72“ .

I’m confused about this problem. How can I set a table correctly? Maybe there are some problems with html code? I have seen the code. I don’t know the meaning of the " data mce style".

@Anonymous_e22befaf02dceb916fecabb06cb53335
This page url can’t be found.

kindly share the working product url.

Hi @Anonymous_e22befaf02dceb916fecabb06cb53335 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
.rte table {
    width: fit-content !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.