quiki Posted March 19, 2009 Report Share Posted March 19, 2009 Hallo zusammen Wo im Standart Template kann ich das so verändern, das die Unterkategorien (Kategorie Text) nicht immer kleiner werden. Denn wenn man 3-4 Unterkategorien hat wird der Text so klein, das man ihn nicht mehr lesen kann. Vielen Dank für eure Hilfe Link to comment Share on other sites More sharing options...
SS156 Posted March 19, 2009 Report Share Posted March 19, 2009 schau mal in die styleshet.css in deinem template;) Link to comment Share on other sites More sharing options...
quiki Posted March 19, 2009 Author Report Share Posted March 19, 2009 ich nehme an das ich es hier umstellen kann: /* CATEGORY MENU */ h2.categoryheader {background-color:#F3A807; background-image:url(../img/bg_boxheader.gif);height:28px;font-size:11px; color:#FFFFFF; padding:2px 8px 0px 8px; margin:0; line-height:28px; vertical-align:middle;} h2.categoryheader a {text-decoration:none; color:#fff} ul#categorymenu .active, ul#categorymenu .active a { font-weight:900; color: #000;} ul#categorymenu { list-style-type:none; } ul#categorymenu li { list-style-type:none; border: solid #fff; border-width:1px 0px 0px 0px;} ul#categorymenu li a{ text-decoration:none; color:#fff;} ul#categorymenu {background-color:#EDEDED; margin-bottom:15px; border: solid #DB9502; border-width:0px 1px 1px 1px; } /* 1st TIER */ ul#categorymenu li.level1 { background-color:#DA9401; padding:4px 0px 4px 6px; font-size: 1.0em;} /* 2nd TIER */ ul#categorymenu li.level2 { background-color:#EEA003; padding:4px 0px 4px 24px; font-size: 0.9em;} /* 3rd TIER */ ul#categorymenu li.level3 { background-color:#EEA003; padding:4px 0px 4px 40px; font-size: 0.8em;} Wie oder was muss raus, das der Text bei den Unterkategorien kleiner wird? Link to comment Share on other sites More sharing options...
amilo Posted March 19, 2009 Report Share Posted March 19, 2009 Du musst bei font-size überall 1.0 eintragen. MfG. Hansen Link to comment Share on other sites More sharing options...
SS156 Posted March 19, 2009 Report Share Posted March 19, 2009 die hier: /* 1st TIER */ /* 2nd TIER */ /* 3rd TIER */ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.