Forum
List Manager Support
List Manager supportForums
No se permite escribir sin estar logado. Por favor, login
Re: Problems with the toolbar. 30.01.2017 15:22
Hi,
We've checked your site and there is css from template that set search input min-width to 300px.:http://demo3.fr-its.de/templates/rsvario/css/themes/template-21.css. That's why search input is so longer. You should adjust template or component css to fit your requirements. Please let us know if you need more info.
Regards,
Moonsoft Team
www.moonsoft.es
We've checked your site and there is css from template that set search input min-width to 300px.:http://demo3.fr-its.de/templates/rsvario/css/themes/template-21.css. That's why search input is so longer. You should adjust template or component css to fit your requirements. Please let us know if you need more info.
Regards,
Moonsoft Team
www.moonsoft.es
Re: Problems with the toolbar. 30.01.2017 16:57
Hi,
We don't know where you changed it but it doesn't reflect on frontend. This is the class applying in template:
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .uneditable-input {
min-height: 32px;
min-width: 300px;
}
and that's why input shows larger.
Regards,
Moonsoft Team
www.moonsoft.es
We don't know where you changed it but it doesn't reflect on frontend. This is the class applying in template:
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .uneditable-input {
min-height: 32px;
min-width: 300px;
}
and that's why input shows larger.
Regards,
Moonsoft Team
www.moonsoft.es
Re: Problems with the toolbar. 31.01.2017 13:09
Hi,
That's normal because you've set a fixed width element inside a percent grid position. Anyway, you can adjust bootstrap sizes (http://getbootstrap.com/css/#grid) at JOOMLA/modules/mod_listmanager/tmpl/tools.php:
and set grid classes to fit your needs.
Regards,
Moonsoft Team
www.moonsoft.es
That's normal because you've set a fixed width element inside a percent grid position. Anyway, you can adjust bootstrap sizes (http://getbootstrap.com/css/#grid) at JOOMLA/modules/mod_listmanager/tmpl/tools.php:
and set grid classes to fit your needs.
Regards,
Moonsoft Team
www.moonsoft.es