Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #118484
    tonidomi
    Member
    Post count: 10

    Hi,

    I’m trying to create a 2 column table where the first column text is aligned to the left and the second column text is aligned to the right. Is that possible through css? I can’t find a target that won’t change both columns at the same time.

    thanks!

    #118519
    Mohammad – SUPPORT
    Moderator
    Post count: 27441
    This reply has been marked as private.
    #118558
    tonidomi
    Member
    Post count: 10
    This reply has been marked as private.
    #118568
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .sf-table.standard_minimal tr td:last-child {
      text-align: right;
    }

    – Kyle

    #118595
    tonidomi
    Member
    Post count: 10

    Thanks Kyle, it works perfectly!

    #118597
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register