All problems are shown at the attachment.
If I deactivate domain module - there is no positive result. No such menu-bug in 1.4 Inove theme version, but with the domain module there were same problems.
Thank you for the best theme! :)

CommentFileSizeAuthor
#3 style.zip4.27 KBrainart
inove_bgrpt01.JPG63.66 KBrainart

Comments

rainart’s picture

Bug with menu layout was fixed:
in style.css

/* header START */
#header {
background:url(img/header_footer.jpg) 0 0 no-repeat;
height:132px;
}
#caption headertext {
height:44px;
padding:25px 30px 21px;
}

rainart’s picture

So, to fix menu text color:

#header li a {
color: #333;
}

#header ul.secondary-links{
float: right;
color: #fff;
padding:0.5em 1em;
}

#header ul.secondary-links li{
border-right: 1px solid #fff;
padding:0em 0.75em 0em 0.25em;
display: inline;
}

#header li a header ul.secondary-links li a {
color: #ccc;
}

rainart’s picture

StatusFileSize
new4.27 KB

There is corrected style.css file :)

z33k3r’s picture

Somebody should commit this instead of us updating and then looking for the fix... ;)

Thanks for the fix. :D