Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    You don’t need rowspan, but colspan here. Please use the button for this below the table input fields.

    For centering, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-10 thead th,
    .tablepress-id-10 tbody td {
      text-align: center;
    }

    Regards,
    Tobias

    Thread Starter mike2017

    (@mike2017)

    Hi Tobias. Thank you!

    It works! One problem just. In the last row of the first column the image is not center with the others two, is there any way i can fix it?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    for that, can you change the code from the other thread to

    .tablepress form {
      line-height: 0px;
    }

    please?

    Regards,
    Tobias

    Thread Starter mike2017

    (@mike2017)

    Of course.

    Thank you man!!

    It works perfect!!

    Plugin Author TobiasBg

    (@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 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Rowspan – Center Horizontally and’ is closed to new replies.