Hi, at different templates (Nina/Riley) the Arrows of the secund sub-Menu are shown enlarged like a big shdaow - how to fix this?
Thank you für help with this. Mik
.hornav ul.menu ul .parent-indicator {
top: 10px;
position: relative;
}
.hornav > ul > li > ul, .hornav > ul > li > ul > li > ul, .hornav > ul > li > ul > li > ul > li > ul {
left: 100%;
}
.hornav > ul > li > ul > li > a:after,
.hornav > ul > li ul > li > ul > li > a:after {
content: attr(title);
display: block;
font-size: 11px;
line-height: 1em;
opacity: 0.5;
text-align: left;
text-transform: none;
font-weight: 400;
color: inherit;
top: -5px;
position: relative;
}
.hornav > ul > li > ul .parent-indicator,
.hornav > ul > li ul > li > ul .parent-indicator {
float: none;
}