• Resolved MissKitty9470

    (@misskitty9470)


    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:
    http://prnt.sc/b2ext3

    Thanks in advance.

    https://ww.wp.xz.cn/plugins/gigpress/

Viewing 1 replies (of 1 total)
  • Geoff Graham

    (@geoffgraham)

    Hey @misskitty9470,

    I think you might need quotations around your numeric values. Something like this:

    <td colspan="3"></td>

    Will that work for you?

    Cheers!
    Geoff

Viewing 1 replies (of 1 total)

The topic ‘edit colspan in shows-list.php’ is closed to new replies.