Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter aenytest

    (@aenytest)

    Hi,
    this is the page:
    https://www.accessoryexchange.com/

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks! I’m not really sure that I understand, but you might simply want to add

    .tablepress-id-6 .column-5 {
    	width: 25px;
    }

    to your “Custom CSS”, so that all columns of that table have the same.

    Regards,
    Tobias

    Thread Starter aenytest

    (@aenytest)

    This worked, but I don’t want the space in between the cells. How do I change that?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    ok, then you’ll have to add some more “Custom CSS”:

    .tablepress-id-6 {
    	width: auto;
    	margin: 0 auto;
    }

    Regards,
    Tobias

    Thread Starter aenytest

    (@aenytest)

    It still has space?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    the table cells somehow got padding again, which will have to be removed with

    .tablepress-id-6 tbody td {
      padding: 0;
    }

    Where are you making all those modifications? They should all go into the “Custom CSS” textarea on the “Plugin Options” screen of TablePress, as that’s where part of the code already is.

    Regards,
    Tobias

    Thread Starter aenytest

    (@aenytest)

    Thanks! This worked!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Table spacing has gone all off’ is closed to new replies.