Hi. I have not been able to center a table by myself. It contains two columns, but it seems it has 3
Do you know how to center the table?
Thank you!!
Hi. I have not been able to center a table by myself. It contains two columns, but it seems it has 3
Do you know how to center the table?
Thank you!!
Hey @educainventions,
Regretfully, there is currently no design option for tables nor a table element in X / Pro. You will need to use custom CSS for this or use a third party plugin like TablePress. For the custom CSS route, try adding a text align property for your table cells. Hereโs a guide for customizing a table.
Hope that helps.
I understand hmm
But itโs within a text section with a max-width set. It should be a way to center that text section. Is it?
I see. If you wonโt be adding any content in that text element then that would do.
You mean that if the text is empty, it will work. Otherwise itโs impossible to center??
I was able to fix it by adding on the ID of Customize: packs-table-text-section
Then, in the CSS:
#packs-table-text-section{
margin: 0 auto;
}
Glad youโve sorted it out
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.