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!
-
AnonymousInactive
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.
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
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/
- You must be logged in to reply to this topic.