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?

Menu breaks into two when browser resize
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Menu breaks into two when browser resize
#46939
Menu breaks into two when browser resize 10 Years, 4 Months ago Karma: 0
This is how it looks when it is full screened.
Last Edit: 2013/12/23 07:32 By sathindra.Reason: Corret the image
The administrator has disabled public write access.
 
#46940
Re:Menu breaks into two when browser resize 10 Years, 4 Months ago Karma: 0
But when screen resized it looks like this.

http://eie.ksatconcepts.com/index.php/home
The administrator has disabled public write access.
 
#46943
Re:Menu breaks into two when browser resize 10 Years, 4 Months ago Karma: 747
Hello,

Add the following CSS rule:

#menu_bar
{
min-width: 961px;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#48276
Re:Menu breaks into two when browser resize 10 Years, 1 Month ago Karma: 0
Hello,

I got the same problem. I'd like to adjust the menubar so it has the same widht as the logo above. But wenn I zoom in or out it breaks into two. How can I fix that?

Site: www.umweltnetz-schweiz.ch/
The administrator has disabled public write access.
 
#48277
Re:Menu breaks into two when browser resize 10 Years, 1 Month ago Karma: 747
Hello,

Add the following CSS rule:

#rt-breadcrumbs .ux-menu-container {
min-width: 961px;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#48442
Re:Menu breaks into two when browser resize 10 Years, 1 Month ago Karma: 0
Hi there,
I have tried all of the answers provided in the forum by adding different css into the module css box but my menu still breaks (see website screenshot). Would you please let me know which file to place the css inside? i have tried menu.min.css and directly into the module area css box.
I've tried:
#menu_bar
{
min-width: 961px;
}

UL.ux-menu LI A

{
white-space: nowrap;
}

Please clarify where I add and what exactly which file and where I should add the appropriate code so that the menu doesn't break. I appreciate your time.
Thanks!
Last Edit: 2015/02/06 16:16 By joknight.Reason: took out image for privacy reasons
The administrator has disabled public write access.
 
Go to topPage: 12