Custom Column Width (Revisited)
-
I used the recommended code to get all column widths equal…
.mptt-shortcode-table {
table-layout: fixed;
width: 100%;
}
…which worked fine, but how exactly (I’m a terrible coder) do I incorporate this…
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
padding: 0 !important;
}
…to narrow only the TIME column? I need the sort of idiot-proof step-by-step instructions you would give to your not-very-bright brother-in-law!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Custom Column Width (Revisited)’ is closed to new replies.