Change of font size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #14971

    pka
    Participant

    I would like to change the font size in cells containing data compared to the header. How is that done?

    #14977

    Hi @pka

    Thank you for contacting us about your question.

    I got you question, but didn’t fully understand it. Can you clarity and supplement it. Maybe you can provide more detailed description with screenshots and link on your site with the table.

    #14978

    pka
    Participant

    The site is offline. My question is as follows:
    The plugin-table has two columns spanning the max. available in the layout of the page. The table has a header row (as per the plugin design) and underlying data rows. In order to have more characters per line in the data rows, I would like to reduce the size of the font of the data rows but not the header row from its standard value.

    The import feature from excel is working very nicely indeed as many formatting properties (but not font size) are importable.

    #14981

    Hi @pka

    In order to change the size of data table text in the rows please follow the next instruction:
    1. Open the needed table
    2. Go to CSS Tab
    3. Insert

    #supsystic-table-1 tbody td {
        font-size: 10px;
    }

    where #supsystic-table-1 – the id number of your table
    4. Click Save
    http://prntscr.com/fzhrwq

    #14986

    pka
    Participant

    Thank you very much. Works nicely. Is it also possible to reduce the distance between lines?

    #14999

    Hi @pka

    In order to change the size of data table rows, except of header row, please follow the next instruction:
    1. Open the needed table
    2. Go to CSS Tab
    3. Insert

    #supsystic-table-1 tbody td {
        line-height: 12px;
    }

    where #supsystic-table-1 – the id number of your table
    and 12px – is a needed width of the rows in pixels
    4. Click Save
    http://prntscr.com/g0ebb2

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Thanks so much! Please Enter Your Info Below To Get PRO Discount and Gifts