Hi,
Ive managed to get the problem sorted thanks, the problem was this, the left align was -2px; i changed it to -0px; and now its perfect
.nav-menu .sub-menu,
.nav-menu .children {
background-color: #90C3D4;
border: 0px solid #f7f5e7;
border-top: 0;
padding: 0;
position: absolute;
left: -0px;
z-index: 99999;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
Hi,
I am using the Aqueduct theme, my site isn’t live yet as I’m in the process of building it, on the menu i have 7 pages and want them all to show in the top menu, but for some reason 4 of them show and the other 3 appear when you hover under them, can they all be on the menu next to each other
Thanks, Andy