• folkswaggin

    (@folkswaggin)


    I am using BandsInTown plugin to list tour dates for a band on:

    http://donnathebuffalo.com/on-the-road/

    I am having a tough time specifying the width of the date column. I have edited CSS td.bit-date { width: 60px; } which is wide enough for my needs. This edit does effect the narrow version of the plugin which is on http://www.donnathebuffalo.com but I can’t seem to make this edit stick on the above referenced page. It reverts back to 49px. I can’t seem to find where this is inherited from. Thanks for any help.

Viewing 1 replies (of 1 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Did you get this sorted out now or do you still need help?
    Adding a width declaration to this existing element widens the width for me on the On The Road page:

    #bit-events[data-bit-widget-id="1463083127831"] .bit-events td {
        border-top: 1px solid #e9e9e9;
        width: 60px; /* new width declaration */
    }
Viewing 1 replies (of 1 total)

The topic ‘Having trouble with table column width’ is closed to new replies.