Table without borders
Hello,
I would like a table in order to have one bit of text on the left of the column and another bit on the right, my first thought was to use a table for this. However I can’t seem to get rid of the borders of the table, I used this custom CSS:
table, th, td {
border-width: 0px;
border-spacing: 0px;
border-style: hidden;
border-color: white;
border-collapse: separate;
background-color: white;
}This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Lukeg01,
That CSS can still be overridden. Maybe try the following CSS as it cannot be overridden:
table { border: none !important; }Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.