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. William Slaughter
  2. Sherlock Holmes
  3. General Discussion
  4. Wednesday, 09 April 2014
  5.  Subscribe via email
How do I position the main menu to the right side of page?

Thanks,
Bill S.
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Nice to meet you again, william Slaughter

To align mainmenu to right side of your site, open the navbar.less file (templates/t3_bs3_blank), find the code:

  // Navbar
// -------
.t3-navbar {
padding-left: 0;
padding-right: 0;
}


Replace with:

  // Navbar
// -------
.t3-navbar {
padding-left: 0;
padding-right: 0;
float: right;
}


Check attached image to see more detail

Regards.
Attachments (1)
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.