I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

can you tell

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5916
    Anonymous
    Inactive

    can you tell us how we can have the table automatically adjusted to the column width? so that an unused bar does not remain behind the table.

    Attachments:
    You must be logged in to view attached files.
    #5919
    alexg
    Keymaster

    Sure, use this to extend the last column:

    .dashed-slug-wallets-exchange table th:last-child,
    .dashed-slug-wallets-exchange table td:last-child {
        width: 100%;
    }

    The above CSS will stretch the last column to fill the table width.

    It is much harder to expand all the columns equally. In fact, any solution I can think for this, would probably not work for all screen sizes.

    with regards

    #6147
    alexg
    Keymaster

    In version 0.7.0-beta of the Exchange extension, the above CSS rule has been included. This should cause the last column of the table to expand to the remaining available size, for most themes. Please see the full release notes here: https://www.dashed-slug.net/static-exchange-templates/

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.