dashed-slug.net › Forums › General discussion › Looking to truncate/modify data in the frontend transactions short-code views › Reply To: Looking to truncate/modify data in the frontend transactions short-code views
July 15, 2019 at 8:56 am
#6591
alexg
Keymaster
Hello,
You could solve this with CSS. Go to your customizer and add the following CSS:
.dashed-slug-wallets.transactions .from_user,
.dashed-slug-wallets.transactions .to_user {
max-width: 100px;
}
This will control the width of the two columns that can contain addresses.
You can also use the “columns” shortcode attribute to choose which columns you wish to display, and in what order. See the shortcode documentation for details.
with regards