Archived topic
Drop Down Menu Problem
3 replies · Started by Randal on May 27, 2022
Viewing posts 1–4 of 4
I have a drop down menu for "My Account." When you try to click on the submenu items the drop down goes away. I tried the options in primary navigation but nothing seems to permit the submenus to be selected.
You can see my site at https://www.theherbsplace.com
Hi Randal,
Try this CSS:
ul#menu-my-account li.menu-item-has-children:after {
content: '';
position: absolute;
left: 0;
right: 0;
height: 50px;
top: 20px;
}
That did it, thanks for the help.
You are welcome :)
This archived topic is closed to new replies.