Unable to align info in child row
-
Hello,
I set up the datatables row details extension and it is working except for the massive space between the words on the left and the info on the right. “point of contact” and “contact email” are column headers, and the name and email are cells. I’d prefer for these to be neatly aligned to the left, so it would more naturally read:
“Point of contact: XXX”I’ve tried tips in this thread and a few others that seemed related, nothing seems to work.
Current CSS in the plugin options is:
.tablepress thead th, .tablepress tfoot th { background-color: #0d183f; color: #ffffff; } .tablepress thead th, .tablepress tbody td { text-align: center; } .tablepress .column-1 { text-align: left; } .tablepress .row-details { text-align: left; border-top: 1px solid #cccccc !important; }
I’m new to CSS so please treat me like I know nothing. Thank you
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Unable to align info in child row’ is closed to new replies.