Problem With Simple Table - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Problem With Simple Table

A

Arthur

SP Page Builder 2 years ago

I added a simple fixed table. By default it has 4 columns so I added one more. Now the table looks like this (see screenshot). How can I fix this ?

https://ibb.co/Qn1xhyt

On top of that when I Right-Click and select to delete ("bad") column, the entire table is deleted instead :-(

0
8 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #108631

Hi

Thanks for contacting us. Could you please give me your site URL so that I can check?

-Regards.

0
A
Arthur
Accepted Answer
2 years ago #108696

UPDATED CREDENTIALS

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #108815

You have to just delete the last column.

0
A
Arthur
Accepted Answer
2 years ago #109026

I need this column and I need to place some text in there, but I cannot. I tried to delete it, then re-create it, but exactly the same thing happens.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #109130

Hi

Use this custom CSS

.sppb-addon-table-main th:nth-child(5){
    display:none;
}

.sppb-addon-table-main td:nth-child(5){
    display:none;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
A
Arthur
Accepted Answer
2 years ago #109684

What this did is just removed the last (5-th column), but the problem is not resolved. I need 5 columns table and I added 5-th column in the Table Settings but then the same thing is happening . The last column elements are added with some wired placeholders... Adding a table to the page should be quite simple task and this gets completely messed up !!!

To be honest this component is a trash. No settings for column width, no column alignment, and on top IT IS NOT WORKING

See sreenshot https://ibb.co/y81TDCL

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #109766

If possible keep a backup and remake this again.

0