CalcBuilder Forum

Move results to side of calculate button

Usuario moon_1034 2013-04-18 19:27:03

Hi there, hope you are well

Can you tell me how to move the result of the calculation to the right of the 'calculate' button please.

Which file do I need to edit? And can I float (css) both elements etc?

Thanks for your time, luego.

Moonsoft support 2013-04-19 09:12:55

Hello,
the front-end view of the module is located at this file:
joomla\modules\mod_calcbuilder\tmpl\user.php


There you can find the different sections of the calculator, being the input form inside a div which uses:


class="cb_form"


and the result inside a div which uses:


class="cb_result"


If you want to change the default layout of the module you will need to style and or change these sections.

Hope this helps, regards