• Resolved kiwitables

    (@kiwitables)


    hi there,

    i am just at the very very beginning and already stuck. this was supposed to be the home page, and i would like to bring the text lines (row 2: stationery … closer to row 1 and row 4: a book … closer to row 3) further up, closer to the images; once row 2 goes up a bit, hope fully the rest follows, still leaving a bit more space between rows 2 and 3. how can i do that?
    (i am not proficient in coding, so if code is required, please show what exactly to put where!)
    this is the page

    thanks for the super useful plugin!

    cheers,

    https://wordpress.org/plugins/tablepress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    We can reduce those heights with two means. Firstly, we can reduce the margin below the images with some CSS code. Please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-1 img {
        margin-bottom: 0!important;
    }

    Then, in the first row with the images, we can gain space by removing extra line breaks. For that, please remove the empty line below the HTML code for the links/images in those cells.

    Regards,
    Tobias

    Thread Starter kiwitables

    (@kiwitables)

    awesome! you saved it, thanks a lot

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    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 ‘control row height’ is closed to new replies.