am not able to figure this out... Created Menu and some child pages. On the main page when I hover it shows the child pages but when try to click child pages it closes.
Menu child page problem
5 posts from 3 voices-
Posted 1 year ago #
-
Hey,
If you don't want to use a description text you need to adjust the css. Open up style.css and find following code:
#top .nav ul { display: none; left: 0; position: absolute; top: 48px; width: 172px; }replace it with:
#top .nav ul { display: none; left: 0; position: absolute; top: 30px; /* adjusted from 48px to cope with no menu description */ width: 172px; }Posted 1 year ago # -
Gotcha .. Thanks a lot ... One more question ... any hack by which I can disable my top menu and make only my child pages clickable?
Posted 1 year ago # -
Use can use Custom Links with # for the URL as your top level items you don't want to have actual links.
Posted 1 year ago # -
Thanks for a quick response .. it worked
Posted 1 year ago #
Reply
You must log in to post.














