Text Alignment
-
I hate to bother with what seems to be a simple question but I have searched the forums and have tried multiple ways of getting my text aligned without success.
Here is the CSS I am trying to use:
.tablepress-id-1,
.tablepress-id-1 tr,
.tablepress-id-1 tbody td,
.tablepress-id-1 thead th,
.tablepress-id-1 tfoot th {
border: none;
}.tablepress-id-1 tbody td {
font-family: Helvetica;
font-size: 18px;
}.tablepress-id-1 tbody td,
.tablepress-id-1 thead th {
text-align: left;
}.tablepress-id-1 .row-1 td {
text-align: left;
}The page in question is http://lgshomes.net.sktdev.com/home-plans/
Any help would be appreciated.
The topic ‘Text Alignment’ is closed to new replies.