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"

This picture is in my shopify editor. The second picture is the table shown on my table.

1 Like

This is the code picture,maybe some wrong with it?

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.

Is this operation correct?

Hi @Anonymous_e22befaf02dceb916fecabb06cb53335 ,

Yes. That right.

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

Hello, i have downloaded your app AVADA. Thank you very much.

1 Like