• Resolved Maarten

    (@djembevideos)


    Hello,

    Is it possible to change the height of one row only ?

    Thanks a lot, best,
    Maarten

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

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Where exactly do you want to change the height and how?

    Regards,
    Tobias

    Thread Starter Maarten

    (@djembevideos)

    Hi Tobias,

    In this case I would like to make the first row smaller. It doesn’t contain anything, I put it there to be able to set the column widths easily in the CSS (first line has some #colspan#).

    But if it’s possible, I’ll may need this function for others tables also.

    Cheers,
    Maarten

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    I’m not sure that I understand, the rows are very small for me. Do you mean the empty first row or the second row with the text “AFRICA DJOLE & FODE YOULA”?
    Can you maybe post a screenshot of what you see and what you want to change?

    Regards,
    Tobias

    Thread Starter Maarten

    (@djembevideos)

    Hi Tobias,

    I mean the first empty row, yes.

    Best,
    Maarten

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    have you tried just hiding it with this “Custom CSS”?:

    .tablepress-id-3 .row-1 {
      display: none;
    }

    Regards,
    Tobias

    Thread Starter Maarten

    (@djembevideos)

    Hi Tobias,

    Thanks, the code works.

    Besides this case, is there a way to set one particular row height among others ?

    Best,
    Maarten

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Maarten,

    no, that’s not that easy. You would have to play with line heights and padding. For that, I suggest to play around with the Developer Tools in your browser (I prefer Chrome for this), where you can set and see different values live.

    Regards,
    Tobias

    Thread Starter Maarten

    (@djembevideos)

    Hi Tobias,

    OK, thanks again for the help !

    Best regards,
    Maarten

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Row height (only one)’ is closed to new replies.