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. Abioye
  2. General Discussion
  3. Wednesday, 04 December 2013
  4.  Subscribe via email
megamenu on my website is aligned to the left. how can I center or justify it.
Thanks in Advance
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Abioye,

You can try to implement a simple center align for the megamenu.

First, you need to calculate the width first level menu (please use firefox or chrome dev tool to calculate it).

Then ppen custom.css file (http://t3-framework.org/documentation/customization.html#custom-css)
and add these rule

.t3-megamenu > nav.level0 {
width: /* the value above */
margin: 0 auto;
float: none;
}

.t3-mainnav .navbar-inner {
border-left: none;
}

Hope it helps
Attachments (1)
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
Thanks for the reply.
Will do just that.
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
I can't find custom.css in the css folder
Attachments (1)
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
Hi Abioye

Please follow this guide
http://t3-framework.org/documentation/customization.html#custom-css

Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Admin! Hi have try this solution but with the custom.css solution cant resolve the problem.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Simone, could you please send me the attach image again please, there was some problem with our hosting and some attachments have gone. I will help you to fix that.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hi admin!

I have highlighted in pink the two areas that should disappear, become white.
The menu should be as big as the banner below (1000px)

In addition to this thing I'm going crazy to understand how to give a background color to the bar (Orange # fda72f) and a darker shade of orange when you hover the mouse over the buttons.

Thank you for all that you do for me.

http://www.simonezagagnoni.it/emt3/

;) ;) ;)
Attachments (1)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Simone,

To do such thing, please open file: templates/t3_bs3_blank/tpls/blocks/mainnav.php then find the code:

<!-- MAIN NAVIGATION -->
<nav id="t3-mainnav" class="wrap navbar navbar-default t3-mainnav">
<div class="container">


Now replace it with:

<!-- MAIN NAVIGATION -->
<nav id="t3-mainnav" class="wrap navbar">
<div class="container navbar navbar-default">


Once done, the menu will look like this: http://easycaptures.com/fs/uploaded/937/2496362282.png

Hope it's helpful.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks, works perfectly well, but I'm going to eliminate the "floating" menu explained on this page: http://www.t3-framework.org/documentation/menu-system.html#megamenu-config

As also have this feature?
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 9
  • Page :
  • 1


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