Sorry…just realized that “table” class adds a border on the
tags. You will need to create an override to remove the border such as:
.table td {
border:none;
}
*** Ignore that. I just added a fix to your theme’s style.css that vertically aligns the |
tag for a basic table. No class is needed. I will make this part of the next update to the theme. The border lines are gone now. |