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: Is possible change Exchange market template ?

dashed-slug.net Forums Exchange extension support Is possible change Exchange market template ? Reply To: Is possible change Exchange market template ?

#7411
alexg
Keymaster

Hello,

You can disable the max height on the markets view with the following CSS:

.dashed-slug-wallets-exchange.market table {
	max-height: none;
}

Or if you want to set some particular height:

.dashed-slug-wallets-exchange.market table {
	max-height: 100em;
}

with regards