• Resolved Moffie

    (@moffie)


    Table How can I enlarge the right column, so I have more space for scripting?

    Moffie

    • This topic was modified 7 years, 11 months ago by Moffie.
    • This topic was modified 7 years, 11 months ago by Moffie.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    To actually make the column wider, you’d have to edit the theme so that it has a wider content area. You could also turn off the sidebar on that particular page, by choosing “Full width” as the page template on the page’s “Edit” screen.

    To gain a bit more space, you could reduce the padding in the table cells, by adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    #content .tablepress-id-15 td {
        padding: 6px;
    }

    Regards,
    Tobias

    Thread Starter Moffie

    (@moffie)

    Hi,
    I have applied all of your great suggestions except editing the content area of my theme (I have to find out first how) But now my website and my table looks a lot better.

    Thanks
    Moffie

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    awesome! That’s great to hear!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘column width adjustment’ is closed to new replies.