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. Dinh Tien Dung
  2. General Discussion
  3. Wednesday, 07 October 2015
  4.  Subscribe via email
Hi everyone,

As default of T3 mega menu, icon is set before the title when it is added to the menu. So how can I move that position into after the menu title?

Thanks.
Comment
There are no comments made yet.
Accepted Answer
Accepted Answer Pending Moderation
0
Votes
Undo
You have some options to re-position the icon of menumenu item.

1. Using css:
Add your custom style to position it to right edge, example:

.megamenu .fa {
position: absolute;
right: 0;
padding-top: 5px;
}

2. Override T3 megamenu markup:
You can follow the instruction here to override megamenu markup, and move the icon after the menu title.
http://www.t3-framework.org/documentation/extend-com-content#override-megamenu
...
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # Permalink
Accepted Answer Pending Moderation
0
Votes
Undo
Anybody here :( Please help me.
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
@ Khanh Le: Thanks for your feedback. It works well ;)
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.