pcohen15
Forum Replies Created
-
Forum: Plugins
In reply to: WP-Table Reloaded centering, row height, column width etcOf course, and this should come as no surprise to you, you are correct ?? Thanks, so much. Great plug-in, great support.
Forum: Plugins
In reply to: WP-Table Reloaded centering, row height, column width etcHi Tobias:
I, too, am having some trouble with cell widths not “sticking” when I make the CSS changes suggested in your FAQ. On this page https://scottsdalepopwarner.org/tackle-2/team-8/shockers-players/ I have created a simple table for a youth football team. I have specified the cell widths with the following code per your suggestion:
.wp-table-reloaded-id-4 .column-1 {
width: 150px;
}
.wp-table-reloaded-id-4 .column-2 {
width: 160px;
}
.wp-table-reloaded-id-4 .column-3 {
width: 100px;
}
.wp-table-reloaded-id-4 .column-4 {
width: 50px;
}
.wp-table-reloaded-id-4 .column-5 {
width: 60px;
}
.wp-table-reloaded-id-4 .column-3 {
text-align: center;
}
.wp-table-reloaded-id-4 .column-4 {
text-align: center;
}
.wp-table-reloaded-id-4 .column-5 {
text-align: center;
}The centering of the text is working fine, but as you can see the widths are not as I wanted.
I am using the inFocus theme; please let me know what else you might need to help fix this.
Thank you!
PeterForum: Plugins
In reply to: Simple Sidebar Navigation – If this is so Simple Why Can’t I get it To WorkHi Max:
Great plugin, but for the life of me I can’t figure out how to get child pages to appear indented. I am creating the child links correctly, I believe, but nothing happens visually on the site. I am using the plugin on a few sites and would love to support you if only we can figure out why the indentation isn’t working. What do you need from me to help figure this out?
Thanks in advance.