Dimitar Hi,
Last, with the horizontal menu i want the li’s objects centered in the page so, i add a CSS in the customized theme as :
.jqxMenuH ul {
margin:0 auto;
width:750px;
}
which works fine for center the first level of li’s but the second level (ul li ul li, “History” or “Our vision” in the above example) pops on the left border ie not at all above the li’s trigger…
How can i handle this properly.
2nd point how can i have the second level (ul li ul li) popup with same width than the li’s trigger, for example 150px width ?
Many thks
Best regards