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. Christophe Pinchon
  2. General Discussion
  3. Friday, 11 April 2014
  4.  Subscribe via email
Hello,

I play with T3 for a new project, and I'm stuck in menu design.
We want to have a classic menu bar, with entries left justified, except for the last which must be right-justified (it's a sub-menu parameters).
I added a class for this item in the configuration of megamenu, but I can not find the right css code (in the custom.css) which allows to move it right.

Thanks for your help
  Chartres, France
Visit 
Comment
There are no comments made yet.
Accepted Answer
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Christophe Pinchon,

In the megamenu setting panel, add a class for the menu you want to move to right side, add style for the class in the custom.css file.

Example:

right-menu {
position: absolute;
right: -600px;
top: 0;
}


The style can be different based on specific cases.

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


There are replies in this post but you are not allowed to view the replies from this post.