<em>@valmar 256253 wrote:</em><blockquote>Hi,
On IE9 my menus goes to 2 lines and I cannot see the article titles. Article title goes competely missing. When I put the IE 9 in to compatibility mode all looks fine. website : http://www.valmar.com.au
Please help.</blockquote>
Hi valmar,
If you have to much menu items then I am afraid that the menus should goes into 2 lines, there are no ways, anyway now you can try as following
open the file of templates/ja_nickel/ja_menus/ja_cssmenu/ja.cssmenu.css Look for this css
#ja-cssmenu li a {
border-right: 1px solid #666666;
color: #999999;
display: block;
font-size: 100%;
padding: 10px 20px;
text-decoration: none;
text-transform: uppercase;
}
change to
#ja-cssmenu li a {
border-right: 1px solid #666666;
color: #999999;
display: block;
font-size: 100%;
padding: 10px 15px;
text-decoration: none;
text-transform: uppercase;
}
Regarding the issue of article title you can go to the template setting, there you select the “Enable cufon” to No.
Hope that make sense !