Forum
Calc Builder Support
Calc Builder supportForums
No se permite escribir sin estar logado. Por favor, login
Re: Button alignment 30.12.2013 09:49
Hi,
buttons are placed inside a div that is styled with text-align:center; . You can remove this class in order to let the buttons inherit your templates styles.
Please check the stylesheet of the module:
joomla/modules/mod_calcbuilder/assets/css/default.css
and remove/modify this class (above line 419):
.btcalctoolbar {
text-align: center;
}
Hope this helps, regards
Moonsoft Team
www.moonsoft.es
buttons are placed inside a div that is styled with text-align:center; . You can remove this class in order to let the buttons inherit your templates styles.
Please check the stylesheet of the module:
joomla/modules/mod_calcbuilder/assets/css/default.css
and remove/modify this class (above line 419):
.btcalctoolbar {
text-align: center;
}
Hope this helps, regards
Moonsoft Team
www.moonsoft.es