WP-reloaded Table Problems font-size & centering
-
I have added small rating tables to my web hosting reviews on my site. They were fine and then I had to make some changes now they are not changing to the specified font or text-alignment. Here is the code I’ve been using which has been working fine up til just now:
.wp-table-reloaded-id-11 td {
font-size: 11px;
color: #000000;
}
.wp-table-reloaded-11 td {
width: 300px!important;
}
.wp-table-reloaded td {
text-align:center;
}
My URL: https://www.webhostingreviewinnovations.com
Look @ the HostMonster or GoDaddy web hosting reviews as the tables on those reviews are both messed up. The tables are right above the summary section so you’ll have to scroll down. For comparison you can check out almost any other review to see how I want them to look. Thanks!!!
- The topic ‘WP-reloaded Table Problems font-size & centering’ is closed to new replies.