CalcBuilder Forum

height of the cell

Usuario moon_752 2015-04-13 11:09:07

Hello,

can you please give me advise how to increase height of the cell called pocet ks and pocet na jeden produkt in this calculator?

http://www.tygrtisk.cz/cenik-tisku/online-kalkulator

Regards JIRI

Moonsoft support 2015-04-13 11:15:33

Hi,
you can modify directly the css file:

http://www.tygrtisk.cz/modules/mod_calcbuilder/assets/css/bootstrap.min.css

which now shows at line 990

height: 20px;

and remove the property to inherit from your template or change for the specific height desired.


Hope this helps, regards

Usuario moon_752 2015-04-13 11:41:15

sorry but I have under 990 line something else.

Moonsoft support 2015-04-13 11:46:51

Please check again, the file (downloaded from your site url) has, starting at 987 line.....

.cb_bootstrap select,.....
{
display: inline-block;
height: 20px;


The height property is exactly at line 990.



Hope this helps, regards