badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Theme Attitude – submenu sometimes disappears

#22361
webmaster2
Participant

Problem solved! A change in the style.css of the theme caused the error:

#access a {
color: #777;
display: block;
float: left;
font-size: 14px;
text-transform: uppercase;
padding: 16px 0 0; => I changed 16px to 10px (because of another problem with IE)
height: 39px;
}

After changing the value back to 16px the submenu appears regulary.