edit colspan in shows-list.php
-
I’ve managed to make a few changes to the shows-list.php template (copying it into my child theme folder).
However, what I want now is to change the colspan=3 in the second row.
So instead of<td></td> <td colspan=3></td>
I would have
<td></td> <td></td> <td colspan=2></td>
I can see in Firebug where the colspan=3 is applied, but I can’t figure out where or how to change it in shows-list.php.
Here is a rudimentary graphic of what I’m trying to accomplish:
https://prnt.sc/b2ext3Thanks in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘edit colspan in shows-list.php’ is closed to new replies.