I have a site that is logo left – menu right.
Can anyone tell me how I get the sub-menu to appear directly underneath the main menu. At the moment it appears a long way below.
Thanks very much
Hey arcray,
Please try the following in Quick CSS under Enfold->General Styling:
.av-main-nav-wrap ul.sub-menu {
margin-top:-80px;
}
Best regards,
Rikard
Thanks Rikard, that workded prefectly.