• Resolved mariesmc

    (@mariesmc)


    Hello Tobias

    I have a table with row details, but I’d like to indent some of the text within the details to the right. Would I apply a margin-right in CSS to accomplish this? I only want one column to indent (Transfers), for example, the row “Kasatka” here:
    https://tinyurl.com/yb5tw3vg

    Would I use class=”row-details-right row-details-right-column-14″ to accomplish this? Thanks!

    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,

    thanks for your post, and sorry for the trouble.

    You would have to apply a margin-left (to push the text to the right), e.g. via

    .tablepress-row-details tbody tr . row-details-right-column-14 {
    	margin-left: 100px !important;
    }

    Regards,
    Tobias

    Thread Starter mariesmc

    (@mariesmc)

    Thanks Tobias, I would enter this CSS in the Plugin Options section? Or directly to the row details css file itself?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    on the “Plugin Options” should be fine.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Row details, indent text to the right’ is closed to new replies.