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?

Problems with Menu Appearances
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Problems with Menu Appearances
#32022
Re:Problems with Menu Appearances 12 Years, 2 Months ago Karma: 0
But because I do not have a fixed width I cannot do that correct?
The administrator has disabled public write access.
 
#32023
Re:Problems with Menu Appearances 12 Years, 2 Months ago Karma: 760
So it is not possible.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#32024
Re:Problems with Menu Appearances 12 Years, 2 Months ago Karma: 0
Ok that's a bit disappointing.
How about centering it?
The administrator has disabled public write access.
 
#32028
Re:Problems with Menu Appearances 12 Years, 2 Months ago Karma: 760
Use the following CSS rules:

Code:


#rt-menu .ux-menu-container
{
 text-align: center;
 display: block;
}

#rt-menu .ux-menu-container UL.ux-menu
{
 margin: 0 auto;
 display: inline-block;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#32029
Re:Problems with Menu Appearances 12 Years, 2 Months ago Karma: 0
Hey it works.
Thank you!
The administrator has disabled public write access.
 
#34913
Re:Problems with Menu Appearances 11 Years, 11 Months ago Karma: 0
Hi,

I have the same problem, and I can not solve it yet. You said to put the Code in the forum but where should I put it. Sorry I am new here so I don't know clearly if you could explain a little bit that would really help me a lot.

I have attached a screenshot so that you can understand what I am facing problem.

Actually when I add new menu they go to the below of the main menu place.

So, please help me to sort out the problem.

Thank you very much in advance.

Best Regards,
Nitai
The administrator has disabled public write access.
 
Go to topPage: 1234