Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Can't align the menu to the right
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Can't align the menu to the right
#38525
Can't align the menu to the right 11 Years, 2 Months ago Karma: 0
Hi There!
i'm using joomla 3 and i'm trying to align the menu to the right.
I have seen a post where you asked to add the following CSS style:

#headerRight .ux-menu-container
{
position: absolute;
right: 0;
top: 16px
}

the problem is that when I add the code to the module CSS Style nothing happens.
I also tried to add it to the /modules/mod_ariextmenu/js/css/menu.min.css but still nothing happens.

really appriciate your work and your excellent support


b-c.co.il/joomla
The administrator has disabled public write access.
 
#38538
Re:Can't align the menu to the right 11 Years, 2 Months ago Karma: 748
Hello,

Add the following CSS rules:

.navigation .ux-menu-container
{
text-aling: right;
}

.navigation .ux-menu-container .ux-menu
{
display: inline-block;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#38540
Re:Can't align the menu to the right 11 Years, 2 Months ago Karma: 0
Wow, I didnt think it will work that fast - Thank you!!

last question please:

1. I want to move the left button (homepage) to be on the right (to change the buttons to be from right to left)...

2. align the submenu items to the right instead to the left...



Thanks again for the great work!!
The administrator has disabled public write access.
 
#38542
Re:Can't align the menu to the right 11 Years, 2 Months ago Karma: 748
1. Change menu items order in Joomla! menu manager.

2. Set "Auto width" parameter to "Yes" in module settings.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#38543
Re:Can't align the menu to the right 11 Years, 2 Months ago Karma: 0
Magic !!

You got my 5 Stars feedback (and more if I could)!!
The administrator has disabled public write access.
 
Go to topPage: 1