VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me
  • Page:
  • 1

TOPIC: main menu level

main menu level 18 Apr 2016 12:58 #8628

why if the main menu has three levels; like this example:
home - level1 - level2 - level3
They are visible only home - level1

  • Posts:2
  • sgerin
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: main menu level 19 Apr 2016 03:47 #8634

You can add below css into template.css:
 
#main-menu ul ul li {
position: relative;
}
 
#main-menu ul ul ul{
left:230px;
top:37px
}
 
#main-menu ul ul li:hover>ul{
top:0;
opacity:1;
visibility: visible;
}
 


joomfreak
The following user(s) said Thank You: supergianluk

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.58 seconds
Friday 29 March 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.