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.

    For this, you would just have to change

    .tablepress td,
    .tablepress th {
    	text-align: center;
    }

    to

    .tablepress th {
    	text-align: center;
    }

    in your “Custom CSS” code.

    Regards,
    Tobias

    Thread Starter Nelinfo

    (@nelinfo)

    Thanks for the quick response!
    But you did not understand me))) I already have everything in the center.
    I need only change the second column (left). Alignment only in a particular (second) column should not be in the center, but on the left, with the culler.
    See the picture.
    Is your plug-in capable of this?

    Thank you. Denis.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Denis,

    ah, ok. You didn’t mention that 🙂

    To only change the second column of this table, use this:

    .tablepress-id-25 .column-2 {
      text-align: left;
    }
    

    Regards,
    Tobias

    Thread Starter Nelinfo

    (@nelinfo)

    Thank you, Tobias!
    This is what you need!
    We talked with you about a year ago on the topic of improved search in Tablepress tables using checkboxes. Tell me please, have you changed anything in this direction, are you planning to finalize the plug-in? I think this would be very convenient and in demand by many fans of your plugin.

    Denis.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Denis,

    no, sorry, there’s nothing new about more search options e.g. using checkboxes. Sorry.

    Regards,
    Tobias

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

The topic ‘Alignment in the table’ is closed to new replies.