• Resolved isa1978

    (@isa1978)


    Hello, I was wondering if it was possible to reduce the font size so that I can fit all the information on the table nicely. As you can see in the example attached ( see also screenshot) the column titles look very ugly.

    http://prnt.sc/1fbtkvi

    thanks for your help
    best,
    Isabella

    The page I need help with: [log in to see the link]

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.

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

    .tablepress td,
    .tablepress th {
        word-break: normal;
        font-size: 12px;
    }

    In addition, I recommend looking into possible solutions for making the table look nicer on smaller screens (i.e. responsive on phones), for example https://tablepress.org/extensions/responsive-tables/.

    Regards,
    Tobias

    Thread Starter isa1978

    (@isa1978)

    Hello Tobias,

    thank you so much for the prompt reply. It works well. I also find it nice on mobile as well. Do I still need to download the responsive add on?

    thanks a lot 🙂

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    good to hear that this helped!

    No, you won’t need the Extension then, if you are happy with the mobile layout 🙂

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

    Thread Starter isa1978

    (@isa1978)

    Thanks 🙂

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem! Always happy to help!

    Best wishes,
    Tobias

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

The topic ‘Reducing the font size’ is closed to new replies.