List Manager Forum

How to hide Field Names in Cards

User moon_682 2013-12-12 21:55:13

I have a Form Layout of 3 Fields configured to display Front View in Cards. Each card shows Field Names in first column and table data in second column. I would like to hide the Field Names resulting in one column of table data starting at left.

Is there a way to hide the Field Names column?

Moonsoft support 2013-12-13 10:02:25

Hello,

You could hide left column on card list type using CSS. Add this to JOOMLA/modules/mod_listmanager/assets/css/default2.css (default css for List Manager) or any other css executed on this page, for example, your template css:

.lm_bootstrap .lmoverview .lmcardcontentblock .lmcarditem_name{
display:none;
}

Hope this helps. Regards,

User moon_682 2013-12-23 00:18:04

That worked great, the Field Names are hidden! The data field only extends half-way across the card, though. Is there a way to have the data fields extend across the card full-width?

Moonsoft support 2013-12-23 09:55:15

Hello,

You should use CSS to adapt content width to card, for example:

.lm_bootstrap .lmoverview .lmcardcontentblock .lmcarditem_data{
width:90%;
}

Hope this helps. Regards,

User moon_682 2013-12-24 18:54:25

This worked perfectly, thanks!

...
Support/development 10 hours

Get a bigger amount of hours for more complex tasks and get a 10% discount

Buy now!
...
CalcBuilder

Create dynamic calculators

Buy now!