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. Fabio
  2. General Discussion
  3. Sunday, 16 August 2015
  4.  Subscribe via email
Hi there

I´m using the T3 blank template but i want to change the position of the mainnav to the position-0.

How do i i make this change and how do i decrease the mainnav lenght from 12 columns to less?


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

The mainnav is not a position actually so don't change it. If you are using T3 BS3 Blank template, you can change the width of the mainnav by opening the file: templates\t3_bs3_blank\tpls\blocks\mainnav.php then define the width for the mainnav with "col-md-". Here is a sample:

<div class="col-md-6">

<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">

<?php if ($this->getParam('navigation_collapse_enable', 1) && $this->getParam('responsive', 1)) : ?>
<?php $this->addScript(T3_URL.'/js/nav-collapse.js'); ?>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".t3-navbar-collapse">
<i class="fa fa-bars"></i>
</button>
<?php endif ?>

<?php if ($this->getParam('addon_offcanvas_enable')) : ?>
<?php $this->loadBlock ('off-canvas') ?>
<?php endif ?>

</div>

<?php if ($this->getParam('navigation_collapse_enable')) : ?>
<div class="t3-navbar-collapse navbar-collapse collapse"></div>
<?php endif ?>

<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>
</div>


Regards.
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
Hello Gardner. Thanks for your reply.

I meant to say that i want to change the menu to be at the top right position instead of staying where it is by default. Is it not posible to change that?

Even if i decrease the width of the mainnav i wont customize the navigation the way i want to.
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.