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. David
  2. General Discussion
  3. Thursday, 10 September 2015
  4.  Subscribe via email
I am using t3_bs3_blank template.

When i set the mega-menu dropdown to justify it fills the entire window width.

I want it to be as wide as the menu container width (like the purity iii template where if you justify the menu it is the width of the main menu)

how would I do this?
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

To fix the issue, please open the file: templates/t3_bs3_blank/tpls/blocks/mainnav.php and find the code:

<div class="t3-navbar navbar-collapse collapse">
<jdoc:include type="<?php echo $this->getParam('navigation_type', 'megamenu') ?>" name="<?php echo $this->getParam('mm_type', 'mainmenu') ?>" />
</div>


Now, replace with the code:

<div class="t3-navbar navbar navbar-collapse collapse">
<jdoc:include type="<?php echo $this->getParam('navigation_type', 'megamenu') ?>" name="<?php echo $this->getParam('mm_type', 'mainmenu') ?>" />
</div>


You may need to add some css to make it look good.

Regards.
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.