Responsive Mobile Text Alignment
-
This should be easy, but I can’t make it work. I want to override any column width settings and left-justify content when my tables go mobile. I’ve got
@media (max-width: 767px) {
.tablepress-responsive-stack-phone tbody td {
width: 100%;
text-align: left;
}
}`Nothing seems to happen when I view the table on its page on my phone.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Responsive Mobile Text Alignment’ is closed to new replies.