Text alignment not working
-
Tried everything that I found on google and still can’t get alignment to work in my tables. I want all my text in the table to be centered. CSS I have written doesn’t seem to work (fonts, colors all work) maybe I am missing something:
.tablepress thead th,
.tablepress tfoot th {
background-color: #97B58D;
text-align: center !important;
}.tablepress tbody td,
th {
font-family: Georgia;
font-size: 16px;
color: black;
text-align: center !important;
}Text is always for some reason aligned to the left and I am using ColibriWp
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Text alignment not working’ is closed to new replies.