Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

drop down menu displaying

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi JB,

Can you please point me in the right direction if this has been covered in another post.

I'm having trouble with my compressed drop dowm menu, where the sub-menu items are displaying although I'd expect them to be non-visable.

Website: sbdemo.energyshock.com.au/
Condition: as the screen gets smaller the compressed drop down menu appears but you can see the sub-menu items?

I've made changes to the custom.css (as attached) but I'm not sure what needs the changed/removed for the sub-menus to only appear once the parent menu item has been hovered over.

Please let me know if further details are required.

Thanks,
Beni
  • beni's Avatar
  • beni
  • LIfetime Developer - Big Bamboo
  • 12 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Beni,

You are missing a close bracket for one media query - looks like here

#grid2wrap h3 {text-align: center;}
} /* missing bracket */
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: beni
and here also

@media screen and (min-width: 1019px) { /* Missing bracket */
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: beni
What is causing the problem code was is not so easy

Think its this height value

navbar-default .navbar-nav>li {
height: 35px;
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers