Detail Row not showing...
Detail Row not showing...
Took my first crack at setting up the responsive datatables on a wordpress site, and when I expand the second row, it appears that it's hidden...or at least styled in the incorrectly somehow. A quick attempt to "just style" it to the same color as the primary row didn't seem to work. I don't believe I'm doing anything wrong, but maybe trained eyes will help. Tried both the traditional and bootstrap example with the same result. One can see it in action here: https://nerd-brigade.com/individual-services/
Thanks for the help!
Answers
Looks like a CSS issue. The text can be highlighted:
Note the
style.css
CSS to the right. Uncheckingcolor
will show the text:Try overwriting the
.content-area ul
CSS on your page.Kevin
Sometimes, it just takes another set of eyes. Apologies for that...and thanks for the answer!