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.

    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 wordpressplugins1

    (@wordpressplugins1)

    Hi Tobias

    Thanks. URL is https://www.test.studentvisanz.com/agent/post1/

    If you look at it I would like 1st 3 cells of 1st column to be merged so that I could display image there

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for the the link! To merge those cells, you can use the “rowspan” button below the table input fields. The little “?” button explains how to use it.

    For making columns bold, you can use some “Custom CSS” on the “Plugin Options” screen like

    .tablepress-id-2 .column-2 {
      font-weight: bold;
    }

    Regards,
    Tobias

    Thread Starter wordpressplugins1

    (@wordpressplugins1)

    Thanks Sir Tobias. That worked perfectly.

    I do apologies for the combining cell question that was so simple. But i did try it before asking question and somehow it didn’t work.

    You rock.

    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 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Table column as bold / header’ is closed to new replies.