• Resolved wncmacs

    (@wncmacs)


    I am thoroughly enjoying using Tablepress for constructing tablular data references on my site, but I’m bedeviled by a CSS issue that I have been unable to solve.

    An example is at https://www.wpcc.edu/wpcc_2/financial-aid/ under “Refund/Disbursement Dates”

    In several tables, I have unordered lists in cells but the spacing between the bullet points is too much. I thought I could add CSS code the the .column CSS that I am using to control widths but it doesn’t pull my list together. Do you have any suggestions on how I can place CSS to bring the spacing between list elements closer together?

    Thank you again for a useful plug-in!

    https://www.ads-software.com/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The reason for this seem to be the line breaks in your HTML code for the list. Each line break is changed to an HTML <br /> tag automatically.
    I suggest to turn this off by adding an extra parameter to the Shortcode:

    [table id=123 convert_line_breaks=false /]

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Changing Spacing of Unordered Lists in Table Cells’ is closed to new replies.