Here a Solution for your Problem.
Go in the backend under:
Extensions >> Template Manager >> PolarBearPro >> Edit CSS
Search in the template.css for
| Code: |
ul.menu {
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
border-bottom: 1px solid #CCCCCC;
width: 172px!important;
}
|
then add the following Code behind:
| Code: |
/*Tochter-Hauptmenü*/
#left ul li ul li a {
width:156px;
margin-left:10px;
font-size: 11px;
color: #000;
background-image:none;
background-color: #F2F2F2;
}
|
I hope that it help. :)
Regards
hofmar