We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. T3-User
  2. General Discussion
  3. Saturday, 15 March 2014
  4.  Subscribe via email
Hey There,

i want to use standard permanent submenus on the sidebars. They should always be there and be arranged like the standard Joomla submenus. Until now i tried to set the class dopdown-menu to "dispay:block" via a "custom.css". But then all other Menus stay open too.

Is it possible to add a new class into the html code at the right position via Megamenu oder does this only work in the top menu?

Regards
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi T3-User,

It is simple that you can use module class suffix to the sidebar menu module.
like sidebar-menu

Then you can add css to your custom.css

.sidebar-menu .dropdown-menu { display: block !important; }

Hope it helps,

Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you very much,

it worked, but i didn´t get the expected result. The submenu stay open and overlays with following menus. Meanwhile i found another solution. But your answer helped me to understand joomla and css much better.

The submenus are treated as 1st level Menus and i added a CSS-style for links for every submenu entry, like "submenu1" "submenu2"

Then i addes the following to the custom.css

.submenu1 { text-indent:10px; }
.submenu2 { text-indent:20px; }
.submenu3 { text-indent:30px; }

Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.