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. Meck-Komm
  2. General Discussion
  3. Thursday, 12 June 2014
  4.  Subscribe via email
When I use the mega menu and the item caption the position of the arrow is under the menu item. But it must be center. Where is the problem? Can I change the poistion in one of the css files? See the attachment file.

Thanks for your help.
Attachments (1)
Comment
There are no comments made yet.
Accepted Answer
Accepted Answer Pending Moderation
0
Votes
Undo
Yeah, I got your point now. To make the arrow in the middle as you expect, please open the custom.css file then add the following CSS rule.

.dropdown-submenu > a:after {
position: absolute;
top: 10px;
right: 10px;
}


Gardner.
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
So you want the caption to be center aligned? And which template you are using: T3 Blank or T3_BS3_Blank?

For T3 BS3 Blank template, please open the custom.css file in the folder: templates/t3_bs3_blank/css. If You don't see the the file, please create such file then add the following css rule:

.t3-megamenu .mega-caption {
text-align: center;
}


Gardner.
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
Hey Gardner Luna,

I'm using T3_BS3_Blank. But I don't want the caption to be center ailigned. Please see the image. I want that the arrow is in the middle and not under the menu item.
Attachments (1)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect, thank you for your help... :-)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
You're welcom, Meck. Let me know if you have any trouble.

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


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