• Resolved austintenantadvisors

    (@austintenantadvisors)


    I want to reduce the width of columns B, C, D

    For reference to the office space page here it’s the columns labeled Class A, Class B, Class C.

    I tried reducing the padding as suggested here however it does not appear to work.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    In addition to setting new columns widths for these columns, you’ll need to tell the table to not stretch to 100% of the width. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-3 {
      width: auto;
    }

    Regards,
    Tobias

    Thread Starter austintenantadvisors

    (@austintenantadvisors)

    Right now I have the following added to the plugin options area but the columns still look the same. I would like to reduce the padding (the white space between the text in a cell and the edges of a cell)

    .tablepress-id-3 .column-2,
    .tablepress-id-3 .column-3,
    .tablepress-id-3 .column-4 {
    padding: 4px;
    }

    .tablepress-id-3 {
    width: auto;
    }

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    please try clearing the cache of the plugin that you are using to minimize/concatenate/cache CSS code.

    Regards,
    Tobias

    Thread Starter austintenantadvisors

    (@austintenantadvisors)

    Where do you clear the cache of the tablepress plugin?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    not the TablePress plugin, but the plugin that you are using for caching 🙂

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Reduce Column width’ is closed to new replies.