LiveStrange![]() 2007-10-01 21:39 | Hello, I just wanted to know how to change the size of the categories menu. » Quick.Cart v2.x |
merci![]() 2007-10-02 09:54 | LiveStrange - I'm not sure if I understand you, but if the height of categories menu is too big, modify templates/default.css and in lines:
#menu1 dt a{display:block;height:16px;padding:6px 0 6px 25px;background:url( 'img/ico_arrow.png' ) 7px 11px no-repeat;background-color:inherit;color:#5d81bd;font:bold 1.167em verdana, sans-serif;}
and
#menu1 dd a{display:block;height:16px;padding:6px 0 6px 23px;background:url( 'img/ico_arrow_sub.png' ) 7px 11px no-repeat;background-color:inherit;color:#5d81bd;font:1.167em verdana, sans-serif;} change height as you wish. If I misunderstand you - send screen with what you want. |
LiveStrange![]() 2007-10-13 23:38 | Omg sorry! I guess I didn't really explained myself lol. |
merci![]() 2007-10-15 08:26 | LiveStrange - so change in the same code i have paste earlier value of font, for example now there is font:bold 1.167em verdana, sans-serif; change it: font:bold 1.0em verdana, sans-serif; |