Hi,
Can you please send a screenshot pointing out the border you’re referring to or mention it more clearly which border you’re referring to?
If you’re referring to border around table, please add this CSS inside Customize > Additional CSS:
#secondary table td {
border: none;
}
There is still a border on the left of the content immediately alongside the text.
How do I sent a screenshot using this system?
Gary Granai
You can upload screenshot to imgur.com and add a link here.
The link to the screenshot is here. https://imgur.com/99OL1ED
I have drawn arrows showing everywhere that there is a border.
If I have only one widget with one table and add the additional CSS that you gave me, the lines in the table disappear. But the container with the content has a border around it.
If I remove the table from the widget, the border around the content disappears.
So for whatever reason, adding a table to a widget, causes a border to be created about the content.
And the css that you gave me only clears the lines from the left sidebar widget. Not that at the bottom.
Please add the following code :
table th, table td {
border: none;
}
.tg-site-layout--left #secondary {
border-right: none;
}
Thank you. That was the solution.