- This topic has 5 replies, 2 voices, and was last updated 5 years, 8 months ago by
mila_support.
- AuthorPosts
- July 21, 2017 at 17:43 #14971
pkaParticipantI would like to change the font size in cells containing data compared to the header. How is that done?
July 21, 2017 at 20:28 #14977
mila_supportMemberHi @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.
July 21, 2017 at 21:16 #14978
pkaParticipantThe 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.
July 24, 2017 at 11:30 #14981
mila_supportMemberHi @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/fzhrwqJuly 24, 2017 at 23:56 #14986
pkaParticipantThank you very much. Works nicely. Is it also possible to reduce the distance between lines?
July 26, 2017 at 11:27 #14999
mila_supportMemberHi @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 - AuthorPosts
- You must be logged in to reply to this topic.