Center the headings
-
.tablepress thead th div {
float: left;
}Hi, I have isolated the above css via firebug as I want to center the headings. I have changed this to
.tablepress thead th div {
float: center;
}in firebug and it does as I want. But when I add this code to plugin options it doesn’t have any effect. When I check again it has reverted to left. I have tried !important but not working.
This is one page with headings that I want to center “Title” and “Price- RMB”-
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Center the headings’ is closed to new replies.