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!

Reply To: Looking to truncate/modify data in the frontend transactions short-code views

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

#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