• Resolved james_clifford

    (@james_clifford)


    Hello Tobias
    I’ve started a new thread as it is a new subject
    Thanks for the help with table width. I’ll try things out, together with solutions to the problem of:

    ROW HEIGHT
    I want to reduce the row height but I assume it is restricted by the size of the content, or the padding. The objects in the cells are links to audio player (plugin MB.MINI), pdf (onsite), DONATE (plugin GIVE). Can I do something within Tablepress to make things fit, or do I need to look elsewhere?
    In Table 17, I’ve attempted to change the size of links. The result is:
    – pdf link reduced using “style” command within cell of Table 17
    – DONATE link with a command within WP “Appearance” “AdditionaI CSS” (same as in Table 16)
    – BM.MINI audio no success

    However, even with the small pdf link alone in a row, the row height does not reduce.

    Any ideas? I’ve tried different things in the help forum but perhaps I have just missed the solution there. Your guidance would be much appreciated.

    Cliff
    P.S. By the way, I don’t know if it’s relevant to anything but I notice that:
    Table 16 has the label [table id=16 cache_table_output=false /]
    Table 17 has the label [table id=17 /]

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

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

    (@tobiasbg)

    Hi Cliff,

    thanks for your post, and sorry for the trouble.

    The reason for the row height being a bit bitter is that your theme assigns a bottom margin to images and forms. We can remove that margin from these elements inside tables. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress img,
    .tablepress form {
        margin: 0 !important;
    }

    That cache_table_output=false has no influence here. It merely turns off TablePress’ internal cache for table 16, while table 17 (which does not have the Shortcode parameter) uses that cache.

    Regards,
    Tobias

    Thread Starter james_clifford

    (@james_clifford)

    Thanks Tobias. I can now leave you alone for a while. I’ve put a little donation into your “brain-drink” fund. Best wishes. Cliff

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!
    And thanks for the donation, I really appreciate it!

    Best wishes,
    Tobias

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Row Height’ is closed to new replies.