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. massimiliano
  2. General Discussion
  3. Monday, 24 March 2014
  4.  Subscribe via email
Hi, i want to have this type of submenu http://www.numismaticcollection.com/coins/americas/pesos.html

When i click on Menu voice, it open a fixed submenu horizontal where i can select a new voice.

Thank you
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi massimiliano,

1. create your menu (Test menu) with sub navigation.
-- Test
--- Test1
--- Test2
--Test3
2. go to your t3 configuration for template and choose under navigation your menu (Test menu) and 'Dropdown Trigger' -- 'Click' (see the image below). SAVE!
3. go to Megamenu configuration (see the image below)
4. Now you can play with your sub menu. Click on your sub menu and try 'positions' (right or left) (see image below). SAVE
5. Now you need only modify your css a bit.
go to your template (t3_blank/less/themes/your_theme/template.less) and just add

.nav-child.dropdown-menu.mega-dropdown-menu {
position: relative;
}

position relative is needed to 'block' your sub menu in the row.

Of course you need/can style it how you want. Your choice.

Good luck.
Attachments (3)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
  • Page :
  • 1


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