This topic has 4 replies, 3 voices, and was last updated 1 years, 3 months ago ago by Rose Tyler
I have trouble having the tables look correct. There is no way to add a border in Text Block Editor, and I have to make text directions from left to right for all table cells. Besides copying a table, the source format is not kept after paste.
Thanks for your help!
Hello, @Farhad,
We are writing to guide you on how to set the border of the table and align the content in the text block element of the WP Bakery. Please follow the steps below:
1. Edit the text block element.
2. Click on the ‘Table’ menu item.
3. Select ‘Table Properties’.
4. From here, you can set the border and alignment according to your preferences.
For further assistance, please refer to the screenshots provided below.
1. https://postimg.cc/tnFxYwRT
2. https://postimg.cc/svVP0PVh
3. https://postimg.cc/bG3fk9N9
The result should look like this: https://postimg.cc/bd1L5NkK
Best Regards,
8Theme’s Team
this issue doesnt seem to be with WPbakery.
here is an example. when we copy a table from this page:
https://www.seeedstudio.com/SenseCAP-S2100-LoRaWAN-Data-Logger-p-5361.html
and paste it on this page, the second column text direction is right to left:
https://www.choovio.com/product/sensecap-s2100-lorawan-data-logger-supports-rs485-analog-gpio-interfaces-lorawan-converter/
looks to be theme style issue.
Hello, Farhad,
Thank you for contacting us and for using XStore.
Please try to use the next custom CSS code:
.single-product table .single-product th:last-child, table td:last-child {
text-align: start;
}
.single-product table tr:first-child td, .single-product table td:last-child {
padding-left: 0px;
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up