gyfi2010-07-15 15:31 | How can I get the subpage list (menu) in two colums insted of one, or in a row? » Quick.Cms v2.x |
Makaron2010-07-16 14:46 | You have to try add 'float' attribute to to line:
.subpagesList li{clear:left;float:left;width:96%;margin:3px 0;padding:5px 2%;border-left:1px solid #dcdac9;background:#fbf9f4;}
.subpagesList li{float:left;width:49%;margin:3px 0;padding:5px 0;border-left:1px solid #dcdac9;background:#fbf9f4;}
Mak-Web.pl - Modyfikacje skryptów Q.Cart i Q.Cms |