submenu of submenu displacement
-
I tried allready to write about this small bug but i cant im new here so dont be angry.I use default bp theme with very little modifications and i notice when i add another submenu item on my allready created submenu item he dont stand right so i find a little prob there:
CSS code says
`#nav .sfhover ul li, #nav *:hover ul li {
height: 30px;
line-height: 30px;
text-indent: 10px;
width: 128px;
}
#nav .sfhover ul li a, #nav *:hover ul li a {
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
}` and that make submenu first item of my allready created submenu distorted
so i change it like this:
`#nav .sfhover ul li, #nav *:hover ul li {
height: 30px;
line-height: 30px;
text-indent: 0;
width: 128px;
}
#nav .sfhover ul li a, #nav *:hover ul li a {
padding-bottom: 0;
padding-left: 10px;
padding-right: 0;
padding-top: 0;
}` i hope that i helped a little ppl to fix that
- The topic ‘submenu of submenu displacement’ is closed to new replies.