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.

selector for first submenu level

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

Hi i try to decrease the width of the first submenu level.
the second works with "ul.zen-menu-child.cols-1{width: 135px}".

Whats the selection for the first level?

  • marc's Avatar
  • marc
  • 12 Month Developer
  • 101 posts
  • 3 Thanks
  • Karma: 0
The administrator has disabled public write access.
Hi

With first level do you mean?

#menu ul > li a, #menu ul > li .zen-menu-heading ?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
e.g.

#menu ul > li a, #menu ul > li .zen-menu-heading {
padding: 10px 32px 4px 26px;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Sorry
No i meant the selector for the width of the first submenu
submenu.jpg


website


thx
  • marc's Avatar
  • marc
  • 12 Month Developer
  • 101 posts
  • 3 Thanks
  • Karma: 0
Last Edit: 7 years 8 months ago by marc.
The administrator has disabled public write access.
Hi

So if you adjust this value

#menu ul ul {padding: 20px;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
But you may want to add a style for the child ul list of this style

#menu ul ul ul {padding: 20px;}

adding back the value you just changed

Cheers
Paul
  • 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