Forum
List Manager Support
List Manager supportForums
No se permite escribir sin estar logado. Por favor, login
Re: listmanager view 20.03.2013 18:58
Hello,
if you need to allow headers split in several lines, you can do it modifying a little bit the css. Remove the property:
white-space: nowrap;
from the classes regarding your table list:
.lm_result thead th
and
.lm_result tbody td ,tbody th
you will find them at the default css
joomla\modules\mod_listmanager\assets\css\default2.css
About switching the option column to a different position at the table, it's something that can't be achieved using css, sorry. If you are interested, place a ticket at helpdesk and we could send you a quote to build a custom release with your specific requirement about this.
Hope this helps, regards
Moonsoft Team
www.moonsoft.es
if you need to allow headers split in several lines, you can do it modifying a little bit the css. Remove the property:
white-space: nowrap;
from the classes regarding your table list:
.lm_result thead th
and
.lm_result tbody td ,tbody th
you will find them at the default css
joomla\modules\mod_listmanager\assets\css\default2.css
About switching the option column to a different position at the table, it's something that can't be achieved using css, sorry. If you are interested, place a ticket at helpdesk and we could send you a quote to build a custom release with your specific requirement about this.
Hope this helps, regards
Moonsoft Team
www.moonsoft.es