• Resolved hollywoodonlocation

    (@hollywoodonlocation)


    Hi, I have a header where one column is breaking up the title. Instead of:

    Badge Number

    it shows…

    BA
    DGE
    NU
    MBER

    Is there a way to format the header so that it shows correctly?

    Thanks!

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This is normally caused by your theme. To change this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress thead th {
      word-break: normal;
    }

    If that does not help, 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 hollywoodonlocation

    (@hollywoodonlocation)

    Hi, thanksfor your quick reply. It did not solve the issue. I also loaded page in private window and second browser to make sure.

    Here is the temp link:
    https://sensitivityreviews.com/SRNewSite/certified/

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for the link!

    Can you please remove the <strong> and </strong> HTML tags from the table’s header row? Your theme also assigns that word-breaking to those.
    However, they are not actually necessary, as the table header will be in bold face by default anyways.

    Regards,
    Tobias

    Thread Starter hollywoodonlocation

    (@hollywoodonlocation)

    That fixed it. Thanks so much!

    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 ‘Format Header – More Space?’ is closed to new replies.