• Resolved rgosse75

    (@rgosse75)


    Hello Tobias,

    Hope all is well with you.

    I wanted to see is I could remove the title from the first and last row item in the collapsable responsive mode.

    I am trying to close the top space area above the button I inserted into the table and no padding/margin adjustments are working.

    The item I want to remove is “span.dtr-title”

    I initially used ul.details-dtr li span.dtr-title { display: none !important; } but that removed all the the titles.

    Can you help advise me on how to do this if its possible.

    Cheers!

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    To target individual buttons, you’ll have to include the row number in your CSS selectors, like

    .tablepress-id-123 .row-1 ul.details-dtr li span.dtr-title {
      display: none !important;
    }

    Regards,
    Tobias

    Thread Starter rgosse75

    (@rgosse75)

    Ok, thanks for the guidance on that.

    I knew I was doing something wrong with the css.

    Cheers!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

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