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
#32016
Problems with Menu Appearances 12 Years, 2 Months ago Karma: 0
So it came to my attention that on my site the menu was split into two lines when it was only supposed to be on one. I checked it and it looked ok for me (I use Chrome). I then checked firefox and saw that the menu was indeed split into 2 lines. I checked the other major browsers (IE, Safari, and Opera) and the menu shows up differently in each one. Why is this?

My site is black-vault.co
The administrator has disabled public write access.
 
#32017
Re:Problems with Menu Appearances 12 Years, 2 Months ago Karma: 760
Hello,

You can add the following CSS rule:

Code:


body #rt-menu .rt-container
{
 min-width: 940px;
 width: auto;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#32018
Re:Problems with Menu Appearances 12 Years, 2 Months ago Karma: 0
Ok, that sort of fixed the problem, they are all on the same line now, but it only takes up half the page. What do I do to make it take up the entire page?
The administrator has disabled public write access.
 
#32019
Re:Problems with Menu Appearances 12 Years, 2 Months ago Karma: 760
The menu doesn't support ability to fill all available space.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#32020
Re:Problems with Menu Appearances 12 Years, 2 Months ago Karma: 0
So I cannot have the menu fit the entire width of the page?
The administrator has disabled public write access.
 
#32021
Re:Problems with Menu Appearances 12 Years, 2 Months ago Karma: 760
If menu container has fixed width, it is possible to set width of menu item(s) manually.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1234